|
這幾天有在用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">
主站蜘蛛池模板:
夜夜躁日日躁狠狠
|
久久一区精品
|
亚洲国产精品综合久久一线
|
亚洲国产日韩欧美视频二区
|
国产伦精品一区二区三区免费观看
|
久久午夜伦理
|
日韩hd高清xxxⅹ
|
欧美日韩免费看
|
俄罗斯一级毛片aaaa
|
婷婷亚洲五月色综合久久
|
经典三级四虎在线观看
|
美女被打开了屁股进去的视频
|
欧美顶级情欲片免费看
|
伊人久久电影院
|
熟女强奷系列中文字幕
|
国产色婷婷亚洲99麻豆
|
粗壮挺进邻居人妻无码
|
日韩无码在线
|
免费精品在线视频
|
国产强奷糟蹋漂亮邻居在线观看
|
亚洲欧美日韩中字视频三区
|
视频一区国产
|
热久久视久久精品18
|
亚州天堂在线视频av
|
亚洲国产精品久久精品成人网站
|
亚洲成人免费看
|
国产免费啪嗒啪嗒视频看看
|
东京热无码中文字幕av专区
|
中文字幕亚洲无线码一区
|
国产精品免费视频能看
|
国产精品高清免费网站
|
小SAO货边洗澡边CAO你动漫
|
67194成网页发布在线观看
|
精品无码人妻一区二区免费AV
|
孕妇泬出白浆18P
|
俄罗斯大白屁股
|
午夜福利理论片在线播放
|
亚洲宅男天堂a在线
|
亚洲视频中文字幕
|
亚洲伊人色综合久久天天伊人
|
好湿好滑好硬好爽好深视频
|