<?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>评论：用php把utf8的中的BOM去掉</title>
	<atom:link href="http://applife.net/2008/05/remove-bom-in-utf8/feed/" rel="self" type="application/rss+xml" />
	<link>http://applife.net/2008/05/remove-bom-in-utf8/</link>
	<description>AppLife.Net</description>
	<lastBuildDate>Mon, 15 Mar 2010 05:52:29 +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://applife.net/2008/05/remove-bom-in-utf8/#comment-3004</link>
		<dc:creator>时光漂流瓶</dc:creator>
		<pubDate>Mon, 10 Nov 2008 01:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-3004</guid>
		<description>如果涉及的php文件比较多的话，这段php代码还是有些用处的。</description>
		<content:encoded><![CDATA[<p>如果涉及的php文件比较多的话，这段php代码还是有些用处的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Black-Xstar</title>
		<link>http://applife.net/2008/05/remove-bom-in-utf8/#comment-143</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Thu, 08 May 2008 04:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-143</guid>
		<description>我看到了验证码，绝对正确输入了…… :wink: </description>
		<content:encoded><![CDATA[<p>我看到了验证码，绝对正确输入了…… <img src='http://applife.net/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：MoontoC</title>
		<link>http://applife.net/2008/05/remove-bom-in-utf8/#comment-141</link>
		<dc:creator>MoontoC</dc:creator>
		<pubDate>Wed, 07 May 2008 23:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-141</guid>
		<description>需要注册是早期的从DH搬到国内服务器之后发现spam这样作的,现在貌似没必要了,不过验证码错误你可能是没把画面往下拉吧,验证码写在最下面的,,

不过无所谓,我把验证码去掉了,也开放了,不注册也可以评论了,反正评论本身就是不计数的</description>
		<content:encoded><![CDATA[<p>需要注册是早期的从DH搬到国内服务器之后发现spam这样作的,现在貌似没必要了,不过验证码错误你可能是没把画面往下拉吧,验证码写在最下面的,,</p>
<p>不过无所谓,我把验证码去掉了,也开放了,不注册也可以评论了,反正评论本身就是不计数的</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Black-Xstar</title>
		<link>http://applife.net/2008/05/remove-bom-in-utf8/#comment-140</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Wed, 07 May 2008 05:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-140</guid>
		<description>唉，我是刚刚接触这些方面，所以很多东西不懂。
正在努力学习呢……

PS：你的blog居然还要注册，而且当我尝试注册老说验证码错误。</description>
		<content:encoded><![CDATA[<p>唉，我是刚刚接触这些方面，所以很多东西不懂。<br />
正在努力学习呢……</p>
<p>PS：你的blog居然还要注册，而且当我尝试注册老说验证码错误。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：MoontoC</title>
		<link>http://applife.net/2008/05/remove-bom-in-utf8/#comment-139</link>
		<dc:creator>MoontoC</dc:creator>
		<pubDate>Tue, 06 May 2008 21:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-139</guid>
		<description>寒, 写php自然要去掉bom,常识话题了-_-,没啥必要单独个程序来作,啥编辑器都有,除了windows的

另外这程序效率好差,既然是有了fopen,就不该还有一个file_get_contents,

就一个fopen,用读写方式而不是用单纯的写方式,

操作一个文件还要加载两次,这效率-_-</description>
		<content:encoded><![CDATA[<p>寒, 写php自然要去掉bom,常识话题了-_-,没啥必要单独个程序来作,啥编辑器都有,除了windows的</p>
<p>另外这程序效率好差,既然是有了fopen,就不该还有一个file_get_contents,</p>
<p>就一个fopen,用读写方式而不是用单纯的写方式,</p>
<p>操作一个文件还要加载两次,这效率-_-</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Black-Xstar</title>
		<link>http://applife.net/2008/05/remove-bom-in-utf8/#comment-138</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Tue, 06 May 2008 15:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-138</guid>
		<description>原理我知道啊。
我不介意你用其它语言重写一遍并编译成可执行文件……
别忘了在我这里首发啊。 :mrgreen:</description>
		<content:encoded><![CDATA[<p>原理我知道啊。<br />
我不介意你用其它语言重写一遍并编译成可执行文件……<br />
别忘了在我这里首发啊。 <img src='http://applife.net/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：jason</title>
		<link>http://applife.net/2008/05/remove-bom-in-utf8/#comment-137</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 06 May 2008 14:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/05/remove-bom-in-utf8/#comment-137</guid>
		<description>其实就是去掉文件的头三个字节而已</description>
		<content:encoded><![CDATA[<p>其实就是去掉文件的头三个字节而已</p>
]]></content:encoded>
	</item>
</channel>
</rss>
