<?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: PHP blog</title>
	<atom:link href="http://blog.rafan.org/archives/22/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rafan.org/archives/22</link>
	<description>rafan? rafan!</description>
	<lastBuildDate>Thu, 16 Apr 2009 01:48:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: leeym</title>
		<link>http://blog.rafan.org/archives/22/comment-page-1#comment-8</link>
		<dc:creator>leeym</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://rafan.infor.org/wordpress/?p=22#comment-8</guid>
		<description>MT 功能還蠻完整的, 可惜速度慢了一點;
Serendipity 功能還在開發中, 而且速度也不錯.

標題會爛掉的原因是 htmlentities() 會把中文轉壞.
自己寫一個把原先的 htmlentities() 包起來就行了.

function serendipity_htmlentities($string)
{
    return htmlentities($string, ENT_COMPAT, BIG5);
}


</description>
		<content:encoded><![CDATA[<p>MT 功能還蠻完整的, 可惜速度慢了一點;<br />
Serendipity 功能還在開發中, 而且速度也不錯.</p>
<p>標題會爛掉的原因是 htmlentities() 會把中文轉壞.<br />
自己寫一個把原先的 htmlentities() 包起來就行了.</p>
<p>function serendipity_htmlentities($string)<br />
{<br />
    return htmlentities($string, ENT_COMPAT, BIG5);<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
