<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: iconv和mb_convert_encoding</title>
	<atom:link href="http://www.lifangjin.com/archives/508/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lifangjin.com/archives/508</link>
	<description>李方进的个人BLOG</description>
	<lastBuildDate>Sat, 28 Jan 2012 11:41:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 李 方进</title>
		<link>http://www.lifangjin.com/archives/508/comment-page-1#comment-16002</link>
		<dc:creator>李 方进</dc:creator>
		<pubDate>Mon, 06 Oct 2008 02:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifangjin.com/?p=508#comment-16002</guid>
		<description>感谢指点，貌似用mb_convert_encoding来转码就没有问题了又是何解？</description>
		<content:encoded><![CDATA[<p>感谢指点，貌似用mb_convert_encoding来转码就没有问题了又是何解？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mycharset</title>
		<link>http://www.lifangjin.com/archives/508/comment-page-1#comment-15916</link>
		<dc:creator>mycharset</dc:creator>
		<pubDate>Sun, 05 Oct 2008 04:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lifangjin.com/?p=508#comment-15916</guid>
		<description>GB2312是GBK的子集，其中不包括繁体字，所以把包含繁体字的文件从UTF-8向GBK转换时会出错。iconv(&#039;UTF-8&#039;, &#039;GB2312//TRANSLIT&#039;,$aaa)，这样转换只会忽略出错的字节，而不会在错误的地方停止转换。</description>
		<content:encoded><![CDATA[<p>GB2312是GBK的子集，其中不包括繁体字，所以把包含繁体字的文件从UTF-8向GBK转换时会出错。iconv(&#8216;UTF-8&#8242;, &#8216;GB2312//TRANSLIT&#8217;,$aaa)，这样转换只会忽略出错的字节，而不会在错误的地方停止转换。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

