|
這幾天有在用simple_html_dom抓一些文章。不同網(wǎng)站的編碼在國內(nèi)基本上是gbk gb2312 utf-8。而以gb2312和utf-8居多。
我這一版的simple_html_dom有一個方法 convert_text 是這個樣子的。
復(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;
}
來看這一行:
復(fù)制代碼 代碼如下:
$converted_text = iconv($sourceCharset, $targetCharset, $text);
會引起轉(zhuǎn)碼不正確。比如會把gb2312的文字轉(zhuǎn)成:
復(fù)制代碼 代碼如下:
4月26日在<span style="color:#C03">
主站蜘蛛池模板:
伊人久综合
|
激情四房|
www.在线观看视频
|
中文字字幕码一二区
|
国产精品视频在这里有精品
|
91麻豆精品福利在线观看
|
美女一级ba大片免色野外
|
小黄网站有哪些在线观看
|
久久综合九色综合91
|
女人被免费视频网站
|
在线a亚洲视频播放在线观看
|
免费黄视频网站
|
国产网站在线
|
色婷婷一区二区三区四区成人
|
五月天六月婷婷开心激情
|
亚洲综合区小说区激情区噜噜
|
美女扒开双腿让男人爽透视频
|
国产资源在线视频
|
免费国产h视频在线观看86
|
国产成人午夜91精品麻豆剧场
|
好吊妞免费视频
|
日韩三级一区二区三区
|
美女视频免费看一区二区
|
亚洲成人第一页
|
92精品国产自产在线观看48
|
日本亚洲精品
|
99视频热
|
国产一区二区三区久久
|
亚洲一区二区高清
|
色综合婷婷
|
一区二区三区高清视频在线观看
|
色久在线|
国内视频一区
|
www成人国产在线观看网站
|
久久婷婷成人综合色
|
国产亚洲综合色就色
|
黄色网页在线免费观看
|
丁香视频在线观看播放
|
国产日韩精品欧美在线ccc
|
九月婷婷综合婷婷
|
77777网站
|