<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hz小生的博客 &#187; UTF-8编码</title>
	<atom:link href="http://hzxiaosheng.com/tag/utf-8%e7%bc%96%e7%a0%81/feed/" rel="self" type="application/rss+xml" />
	<link>http://hzxiaosheng.com</link>
	<description>忙里偷闲，偶尔更新</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:05:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>使用支持多国语言的系统时，编辑网页代码千万注意别用“记事本”</title>
		<link>http://hzxiaosheng.com/2010/04/24/do-not-use-notepad-when-editing-utf-8-html/</link>
		<comments>http://hzxiaosheng.com/2010/04/24/do-not-use-notepad-when-editing-utf-8-html/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 23:19:27 +0000</pubDate>
		<dc:creator>hzxiaosheng</dc:creator>
				<category><![CDATA[软件·修机男]]></category>
		<category><![CDATA[UTF-8编码]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[菊子曰]]></category>

		<guid isPermaLink="false">http://hzxiaosheng.com/2010/04/24/do-not-use-notepad-when-editing-utf-8-html/</guid>
		<description><![CDATA[
这篇纯属给搜索到该篇的人看的，看不懂说什么的请忽略~ 毛主席告诉我们，像WordPress这类多国语言系统，是不能用记事本之类的来编辑代码的，会搞出很大的问题~ 关键词：php系统 &#160;Unicode编码 &#160;UTF-8编码 &#160;BOM文件头标示&#160; WordPress
关于“UTF-8”编码(with no BOM)的问题 http://www.kuqin.com/zhanz/20080725/12293.html
如果在执行php程序时看到这条警告:”Warning: Cannot modify header information &#8211; headers already sent by &#8230;.” 有以下几种解决方法: http://www.bytea.net/content/view/229/40.html
这类问题一般都是因为windows的记事本这类简陋的文本编辑工具对UTF-8编码支持得不好造成的，解决方法很简单，就是用UltraEdit这类专用文本编辑器打开保存 为“UTF-8”编码(with no BOM)。 如果实在搞不定，可以找来WordPress的源文件(官方源代码)，用Dreamweaver打开，把有问题的文件代码复制进去然后保存，一般能解决此类问题。
 &#160;

]]></description>
			<content:encoded><![CDATA[<div id="PublishedByWebStory-[5]1_A6D6BE81DBEE49858B103EC9A6477AD1_5C750F76EC09400FBC27FC25405B9269">
<p>这篇纯属给搜索到该篇的人看的，看不懂说什么的请忽略~<br /> 毛主席告诉我们，像WordPress这类多国语言系统，是不能用记事本之类的来编辑代码的，会搞出很大的问题~<br /> 关键词：php系统 &nbsp;Unicode编码 &nbsp;UTF-8编码 &nbsp;BOM文件头标示&nbsp; WordPress</p>
<p>关于“UTF-8”编码(with no BOM)的问题<br /> <a href="http://www.kuqin.com/zhanz/20080725/12293.html">http://www.kuqin.com/zhanz/20080725/12293.html</a></p>
<p>如果在执行php程序时看到这条警告:”Warning: Cannot modify header information &#8211; headers already sent by &#8230;.”<br /> 有以下几种解决方法:<br /> <a href="http://www.bytea.net/content/view/229/40.html">http://www.bytea.net/content/view/229/40.html</a></p>
<p>这类问题一般都是因为windows的记事本这类简陋的文本编辑工具对UTF-8编码支持得不好造成的，解决方法很简单，就是用UltraEdit这类专用文本编辑器打开保存<br /> 为“UTF-8”编码(with no BOM)。<br /> 如果实在搞不定，可以找来WordPress的源文件(官方源代码)，用Dreamweaver打开，把有问题的文件代码复制进去然后保存，一般能解决此类问题。</p>
<p> &nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://hzxiaosheng.com/2010/04/24/do-not-use-notepad-when-editing-utf-8-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

