<?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>Constant&#039;s Playground &#187; Wordpress 小貼士</title>
	<atom:link href="http://www.constant-tsai.com/?cat=19&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.constant-tsai.com</link>
	<description>Just Another Constant&#039;s Homepage</description>
	<lastBuildDate>Mon, 07 Apr 2014 12:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress 2.9 正體中文 Tips</title>
		<link>http://www.constant-tsai.com/?p=201</link>
		<comments>http://www.constant-tsai.com/?p=201#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:53:08 +0000</pubDate>
		<dc:creator>constant</dc:creator>
				<category><![CDATA[Wordpress 小貼士]]></category>

		<guid isPermaLink="false">http://www.constant-tsai.com/?p=201</guid>
		<description><![CDATA[正體中文語系檔安裝簡易說明 1. 在 /wp-content 或 /wp-includes 目錄內建立一個名為 languages 的目錄。 2. 將 zh_TW.mo 檔案置於該目錄內。 3. 在文字編輯器內開啟你的 wp-config.php 檔案設定正體中文語系： define (&#8216;WPLANG&#8217;, &#8216;zh_TW&#8217;); 4. 資料庫格式請使用 utf-8，另於 wp-config.php 檔案內設定資料庫連線資訊如下： define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;); define(&#8216;DB_COLLATE&#8217;, &#8216;utf8_unicode_ci&#8217;);]]></description>
		<wfw:commentRss>http://www.constant-tsai.com/?feed=rss2&#038;p=201</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 亂碼問題 (1.5~2.2.2)</title>
		<link>http://www.constant-tsai.com/?p=106</link>
		<comments>http://www.constant-tsai.com/?p=106#comments</comments>
		<pubDate>Wed, 08 Aug 2007 09:48:06 +0000</pubDate>
		<dc:creator>constant</dc:creator>
				<category><![CDATA[Wordpress 小貼士]]></category>

		<guid isPermaLink="false">http://www.constant-tsai.com/?p=106</guid>
		<description><![CDATA[為解決 Wordpres 亂碼這個問題, 必須要: MySQL 要設定資料庫欄位的「校對」至 "utf8-unicode-ci"; 修改wp-includes/wp-db.php內的資料連線設定, 修改方法如下：     $this-&#62;dbh = @mysql_connect($dbhost,$dbuser,$dbpassword); //加上這行 $this-&#62;query("SET NAMES 'utf8'");]]></description>
		<wfw:commentRss>http://www.constant-tsai.com/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
