天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

PHP解析html類庫(kù)simple_html_dom的轉(zhuǎn)碼bug

這幾天有在用simple_html_dom抓一些文章。不同網(wǎng)站的編碼在國(guó)內(nèi)基本上是gbk gb2312 utf-8。而以gb2312和utf-8居多。

我這一版的simple_html_dom有一個(gè)方法 convert_text 是這個(gè)樣子的。

復(fù)制代碼 代碼如下:
 // 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;
 }

來(lái)看這一行:

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

會(huì)引起轉(zhuǎn)碼不正確。比如會(huì)把gb2312的文字轉(zhuǎn)成:

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

主站蜘蛛池模板: 久久99精品国产免费观看 | 97超级碰碰人妻中文字幕 | 攻把受做哭边走边肉楼梯PLAY | 久久久久久久久a免费 | 中文字幕精品在线视频 | 日韩欧美视频一区 | 亚洲中文字幕乱倫在线 | 久久这里只有精品国产99 | 三级黄色在线观看 | 用快播看av的网站 | 日本人作爰啪啪全过程 | 动漫美女被到爽了流漫画 | 乱奷XXXXXHD | 麻豆AV福利AV久久AV | 欧洲最强rapper潮水喷视频 | 好大好爽好深舒服死了 | 国产 亚洲 中文字幕 在线 | 挠黑色超薄丝袜脚心vk40分钟 | 国产一区二区无码蜜芽精品 | 成人免费视频在 | 香蕉久久夜色精品国产小说 | 在线高清视频不卡无码 | 婷婷四房播客五月天 | 精品国产在线手机在线 | 精品久久免费视频 | 亚洲午夜精品A片久久软件 亚洲午夜精品A片久久不卡蜜桃 | 国产人妻777人伦精品HD | 久久久久久久久久毛片精品美女 | 秋霞网在线伦理免费 | 秋霞影院福利电影 | 就操成人网 | 国产区在线不卡视频观看 | 风车动漫(p)_在线观看官网 | 欧美阿v在线免播播放 | 亚洲婷婷天堂综合国产剧情 | 久久中文字幕乱码免费 | 护士们的母狗 | 亚洲AV无码A片在线观看蜜桃 | 泡妞高手在都市免费观看 | 亚洲黄色在线观看 | 亚洲精品国产国语 |