<?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>评论：解决后台语言问题，中文回来</title>
	<atom:link href="http://blog.xigang.org/25/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xigang.org/25</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Wed, 10 Mar 2010 10:22:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：百奥谷</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-50386</link>
		<dc:creator>百奥谷</dc:creator>
		<pubDate>Mon, 02 Jun 2008 18:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-50386</guid>
		<description>学到东西了</description>
		<content:encoded><![CDATA[<p>学到东西了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：虚拟主机</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-10557</link>
		<dc:creator>虚拟主机</dc:creator>
		<pubDate>Wed, 26 Sep 2007 02:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-10557</guid>
		<description>原来是这样,谢谢分享~</description>
		<content:encoded><![CDATA[<p>原来是这样,谢谢分享~</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：虚拟主机</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-1741</link>
		<dc:creator>虚拟主机</dc:creator>
		<pubDate>Tue, 05 Jun 2007 05:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-1741</guid>
		<description>好</description>
		<content:encoded><![CDATA[<p>好</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：服务器租用</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-1658</link>
		<dc:creator>服务器租用</dc:creator>
		<pubDate>Mon, 04 Jun 2007 12:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-1658</guid>
		<description>不错，学到东西了</description>
		<content:encoded><![CDATA[<p>不错，学到东西了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：PHP的BUG : lyceum</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-775</link>
		<dc:creator>PHP的BUG : lyceum</dc:creator>
		<pubDate>Thu, 17 May 2007 09:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-775</guid>
		<description>[...] 但是系统仍然显示英文。 后来经过查找，得到下面两篇文章： 1.解决后台语言问题，中文回来 2.Wordpress: fix for broken localization in PHP 5 [...]</description>
		<content:encoded><![CDATA[<p>[...] 但是系统仍然显示英文。 后来经过查找，得到下面两篇文章： 1.解决后台语言问题，中文回来 2.Wordpress: fix for broken localization in PHP 5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：xiGang</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-136</link>
		<dc:creator>xiGang</dc:creator>
		<pubDate>Fri, 06 Oct 2006 00:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-136</guid>
		<description>这种方法有没有试过？
// $MAGIC1 = (int)0×950412de;
$MAGIC1 = (int)-1794895138;
// $MAGIC2 = (int)0xde120495;
$MAGIC2 = (int)-569244523;

另外，看看config设置是否正确。</description>
		<content:encoded><![CDATA[<p>这种方法有没有试过？<br />
// $MAGIC1 = (int)0×950412de;<br />
$MAGIC1 = (int)-1794895138;<br />
// $MAGIC2 = (int)0xde120495;<br />
$MAGIC2 = (int)-569244523;</p>
<p>另外，看看config设置是否正确。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：睡神</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-135</link>
		<dc:creator>睡神</dc:creator>
		<pubDate>Thu, 05 Oct 2006 09:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-135</guid>
		<description>按你说的已经修改了，不过还是英文的。
“    // $MAGIC1 = (int)0x950412de; //bug in PHP 5.0.2, see https://savannah.nongnu.org/bugs/?func=detailitem&amp;item_id=10565
    $MAGIC1 = 2500072158;
    // $MAGIC2 = (int)0xde120495; //bug
    $MAGIC2 = 3725722773;
”
你看我改的对不对？</description>
		<content:encoded><![CDATA[<p>按你说的已经修改了，不过还是英文的。<br />
“    // $MAGIC1 = (int)0&#215;950412de; //bug in PHP 5.0.2, see <a href="https://savannah.nongnu.org/bugs/?func=detailitem&amp;item_id=10565" rel="nofollow">https://savannah.nongnu.org/bugs/?func=detailitem&amp;item_id=10565</a><br />
    $MAGIC1 = 2500072158;<br />
    // $MAGIC2 = (int)0xde120495; //bug<br />
    $MAGIC2 = 3725722773;<br />
”<br />
你看我改的对不对？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：虚拟主机</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-31</link>
		<dc:creator>虚拟主机</dc:creator>
		<pubDate>Sun, 02 Jul 2006 09:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-31</guid>
		<description>不错的经验，感谢分享</description>
		<content:encoded><![CDATA[<p>不错的经验，感谢分享</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：admin</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-14</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 21 May 2006 09:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-14</guid>
		<description>谢谢小明提醒，已更正。</description>
		<content:encoded><![CDATA[<p>谢谢小明提醒，已更正。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小明</title>
		<link>http://blog.xigang.org/25/comment-page-1#comment-12</link>
		<dc:creator>小明</dc:creator>
		<pubDate>Sun, 21 May 2006 02:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xigang.org/25#comment-12</guid>
		<description>你首页的字怎么在，ff下显示的都是黑体 好像
你检查一下</description>
		<content:encoded><![CDATA[<p>你首页的字怎么在，ff下显示的都是黑体 好像<br />
你检查一下</p>
]]></content:encoded>
	</item>
</channel>
</rss>
