gpt4 book ai didi

PHP 将 Windows-1251 转换为 UTF 8

转载 作者:可可西里 更新时间:2023-10-31 23:08:06 25 4
gpt4 key购买 nike

我有一个小的 html 代码,我需要将它转换为 UTF-8。
我用这个iconv("windows-1251", "utf-8", $html);

所有文本都能正确转换,但如果文本例如标签 <i>...</i> , 然后它不转换文本,我看到像这样的东西 Показать РјРЅ

最佳答案

如果您可以访问 Multibye 软件包,则可以尝试一下。请在此处查看 PHP 页面: http://www.php.net/manual/en/function.mb-convert-encoding.php

$html_utf8 = mb_convert_encoding($html, "utf-8", "windows-1251");

关于PHP 将 Windows-1251 转换为 UTF 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15706077/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com