一区二区久久-一区二区三区www-一区二区三区久久-一区二区三区久久精品-麻豆国产一区二区在线观看-麻豆国产视频

PHP解析html類庫simple_html_dom的轉碼bug

這幾天有在用simple_html_dom抓一些文章。不同網站的編碼在國內基本上是gbk gb2312 utf-8。而以gb2312和utf-8居多。

我這一版的simple_html_dom有一個方法 convert_text 是這個樣子的。

復制代碼 代碼如下:
 // PaperG - Function to convert the text from one character set to another if the two sets are not the same.
 function convert_text($text)
 {
  global $debug_object;
  if (is_object($debug_object)) {$debug_object->debug_log_entry(1);}
  $converted_text = $text;
  $sourceCharset = "";
  $targetCharset = "";
  if ($this->dom)
  {
   $sourceCharset = strtoupper($this->dom->_charset);
   $targetCharset = strtoupper($this->dom->_target_charset);
  }
  if (is_object($debug_object)) {$debug_object->debug_log(3, "source charset: " . $sourceCharset . " target charaset: " . $targetCharset);}
  if (!empty($sourceCharset) && !empty($targetCharset) && (strcasecmp($sourceCharset, $targetCharset) != 0))
  {
   // Check if the reported encoding could have been incorrect and the text is actually already UTF-8
   if ((strcasecmp($targetCharset, 'UTF-8') == 0) && ($this->is_utf8($text)))
   {
    $converted_text = $text;
   }
   else
   {
    $converted_text = iconv($sourceCharset, $targetCharset, $text);
   }
  }
  // Lets make sure that we don't have that silly BOM issue with any of the utf-8 text we output.
  if ($targetCharset == 'UTF-8')
  {
   if (substr($converted_text, 0, 3) == "/xef/xbb/xbf")
   {
    $converted_text = substr($converted_text, 3);
   }
   if (substr($converted_text, -3) == "/xef/xbb/xbf")
   {
    $converted_text = substr($converted_text, 0, -3);
   }
  }
  return $converted_text;
 }

來看這一行:

復制代碼 代碼如下:
    $converted_text = iconv($sourceCharset, $targetCharset, $text); 

會引起轉碼不正確。比如會把gb2312的文字轉成:

復制代碼 代碼如下:
4月26日在<span style="color:#C03">

主站蜘蛛池模板: 亚洲午夜国产精品无卡 | 激性欧美激情在线播放16页 | 2021免费日韩视频网 | 国产++欧洲韩国野花视频 | 超清中文乱码精品字幕在线观看 | 美女三级视频 | 野外一男一女一级毛片 | 欧美一a一片一级一片 | 天天综合网在线 | 在线观看国产一区二区三区99 | 国产91在线免费观看 | 色老板最新网站视频地址 | 国产成人福利免费视频 | 国产欧美一区二区精品性色 | 亚洲一区精品在线 | 欧美人与zoxxxx另类9 | 国产日韩欧美综合一区二区三区 | 午夜在线观看视频在线播放版 | 麻豆xfplay国产在线观看 | 亚洲国产一区二区三区亚瑟 | 日韩精品第二页 | 伊人9| 美女胸又大又www又黄的网站 | 国产精品久久久久久久久岛 | 精品一区二区三区免费站 | 1204曰韩欧美成人看片 | 麻豆精品国产自产在线 | 91久久精品国产一区二区 | 午夜j| 精品一区二区三区在线观看 | 精品在线看 | 免费黄视频网站 | 天天综合网天天综合色不卡 | 国产精品嫩草影院一二三区 | 色综合久久88色综合天天 | 国产精品jizz视频 | 国产美女一区二区在线观看 | 亚洲丶国产丶欧美一区二区三区 | 91嫩草国产在线观看免费 | 亚洲成人在线播放 | 日韩视频在线观看一区 |