<?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>评论：phpexcel导出文件乱码问题</title>
	<atom:link href="http://klniu.com/post/phpexcel-char/feed/" rel="self" type="application/rss+xml" />
	<link>http://klniu.com/post/phpexcel-char/</link>
	<description>『勿慢牛个人博客』</description>
	<lastBuildDate>Fri, 23 Jul 2010 03:42:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：勿慢牛</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-1027</link>
		<dc:creator>勿慢牛</dc:creator>
		<pubDate>Fri, 23 Jul 2010 03:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-1027</guid>
		<description>&lt;a href=&quot;#comment-1026&quot; rel=&quot;nofollow&quot;&gt;@游客&lt;/a&gt;, 呵呵，我以前也这样，所以平时应该注意编码统一，查编码用 vim 或者 ultraedit 比较好。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1026" rel="nofollow">@游客</a>, 呵呵，我以前也这样，所以平时应该注意编码统一，查编码用 vim 或者 ultraedit 比较好。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：游客</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-1026</link>
		<dc:creator>游客</dc:creator>
		<pubDate>Fri, 23 Jul 2010 00:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-1026</guid>
		<description>查编码真是让人头疼！！- -</description>
		<content:encoded><![CDATA[<p>查编码真是让人头疼！！- -</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：勿慢牛</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-1024</link>
		<dc:creator>勿慢牛</dc:creator>
		<pubDate>Thu, 22 Jul 2010 09:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-1024</guid>
		<description>&lt;a href=&quot;#comment-1023&quot; rel=&quot;nofollow&quot;&gt;@游客&lt;/a&gt;, 您好，当时我也折腾了N久才发现是编码的问题，先要确定的是PHP文件的编码不要有编码不统一的情况，最好是用UTF-8的编码，其次就是phpexcel的输出编码也要正确，phpexcel的文档里有说明的</description>
		<content:encoded><![CDATA[<p><a href="#comment-1023" rel="nofollow">@游客</a>, 您好，当时我也折腾了N久才发现是编码的问题，先要确定的是PHP文件的编码不要有编码不统一的情况，最好是用UTF-8的编码，其次就是phpexcel的输出编码也要正确，phpexcel的文档里有说明的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：游客</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-1023</link>
		<dc:creator>游客</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-1023</guid>
		<description>你好，我现在遇到的问题和stranger一模一样，请问下你们以前是如何解决的？谢谢</description>
		<content:encoded><![CDATA[<p>你好，我现在遇到的问题和stranger一模一样，请问下你们以前是如何解决的？谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：勿慢牛</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-919</link>
		<dc:creator>勿慢牛</dc:creator>
		<pubDate>Fri, 18 Jun 2010 23:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-919</guid>
		<description>&lt;a href=&quot;#comment-918&quot; rel=&quot;nofollow&quot;&gt;@Mark&lt;/a&gt;, 一般这类问题都是源文件编码不同造成的，推荐的文件编码均用utf-8,您可以对所以关系到输出的源文件检测一下编码，看看是不是UTF-8,不是的话就转换成UTF-8或者你所设的全局编码，不过要注意文件内容会不会随着转换变成乱码，尤其是文件头，这个直接关系到输出。</description>
		<content:encoded><![CDATA[<p><a href="#comment-918" rel="nofollow">@Mark</a>, 一般这类问题都是源文件编码不同造成的，推荐的文件编码均用utf-8,您可以对所以关系到输出的源文件检测一下编码，看看是不是UTF-8,不是的话就转换成UTF-8或者你所设的全局编码，不过要注意文件内容会不会随着转换变成乱码，尤其是文件头，这个直接关系到输出。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Mark</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-918</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 18 Jun 2010 14:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-918</guid>
		<description>我也有碰见这个问题了。直接保存在服务器没问题，但一旦保存到浏览器就出现了。我也试着用楼主的方法把多余的乱码全部删除了，可还是老样子。。。</description>
		<content:encoded><![CDATA[<p>我也有碰见这个问题了。直接保存在服务器没问题，但一旦保存到浏览器就出现了。我也试着用楼主的方法把多余的乱码全部删除了，可还是老样子。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：勿慢牛</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-844</link>
		<dc:creator>勿慢牛</dc:creator>
		<pubDate>Sun, 23 May 2010 22:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-844</guid>
		<description>&lt;a href=&quot;#comment-843&quot; rel=&quot;nofollow&quot;&gt;@stranger&lt;/a&gt;, 应该还是字符编码的问题吧，呵呵，这么晚还不睡觉，注意身体呀</description>
		<content:encoded><![CDATA[<p><a href="#comment-843" rel="nofollow">@stranger</a>, 应该还是字符编码的问题吧，呵呵，这么晚还不睡觉，注意身体呀</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：stranger</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-843</link>
		<dc:creator>stranger</dc:creator>
		<pubDate>Sun, 23 May 2010 17:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-843</guid>
		<description>问题已经解决，兄弟谢谢你</description>
		<content:encoded><![CDATA[<p>问题已经解决，兄弟谢谢你</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：stranger</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-841</link>
		<dc:creator>stranger</dc:creator>
		<pubDate>Sun, 23 May 2010 16:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-841</guid>
		<description>是不是我的PHP.INI里面要修改什么东西呢，用PHPEXCEL写入本地没有任何问题。利用HEADER用WEB下载就有了为题，还有就是用UE打开的EXCEL，第一个字符是锘字。感觉无缘无故多出来的乱码很奇怪</description>
		<content:encoded><![CDATA[<p>是不是我的PHP.INI里面要修改什么东西呢，用PHPEXCEL写入本地没有任何问题。利用HEADER用WEB下载就有了为题，还有就是用UE打开的EXCEL，第一个字符是锘字。感觉无缘无故多出来的乱码很奇怪</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：stranger</title>
		<link>http://klniu.com/post/phpexcel-char/comment-page-1/#comment-838</link>
		<dc:creator>stranger</dc:creator>
		<pubDate>Sun, 23 May 2010 15:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://livesdrop.com/post/phpexcel-char/#comment-838</guid>
		<description>还有就是，我如果不用web的方式下载，用PHPEXCEL直接写到服务器上，不会出现多余的乱码，没有任何问题。
您给诊断一下。</description>
		<content:encoded><![CDATA[<p>还有就是，我如果不用web的方式下载，用PHPEXCEL直接写到服务器上，不会出现多余的乱码，没有任何问题。<br />
您给诊断一下。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
