<?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"
	>

<channel>
	<title>i-Live &#187; 亂碼</title>
	<atom:link href="http://ilive.it-note.org/tag/scramble/feed" rel="self" type="application/rss+xml" />
	<link>http://ilive.it-note.org/index.php</link>
	<description>數位‧趨勢‧網路‧生活</description>
	<pubDate>Fri, 21 Nov 2008 09:54:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>WP 2.5中文標籤Bug的解決法</title>
		<link>http://ilive.it-note.org/index.php/2008/04/29/wp25ch_tag/</link>
		<comments>http://ilive.it-note.org/index.php/2008/04/29/wp25ch_tag/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 06:55:57 +0000</pubDate>
		<dc:creator>數碼隨筆</dc:creator>
		
		<category><![CDATA[部落格架設]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[I-LIVE]]></category>

		<category><![CDATA[ILIVE]]></category>

		<category><![CDATA[wordPress]]></category>

		<category><![CDATA[中文]]></category>

		<category><![CDATA[亂碼]]></category>

		<guid isPermaLink="false">http://ilive.it-note.org/?p=71</guid>
		<description><![CDATA[用WordPress寫部落格的朋友，一定也會愛用中文標籤。可是當標籤設定文中文關鍵字時，在標籤代稱就會變為一串亂碼（其實也不算亂碼，反正就不是一般人看得懂），而且該中文標籤的連結網址也會成為一串亂碼。
所以為了避免中文標籤變亂碼，在設定中文標籤時應該要使用標籤代稱。
但是在WordPress中存在一個Bug，當你將一個標籤（tag）設定了代稱（slug）後；則管理標籤選單中會自動複製出一個相同的標籤。
情況如下：
1.新增「中文」標籤，設定代稱為「ch」。
2.新增一篇文章，選用「中文」為文章標籤。
3.回到管理標籤的選單，會發現有兩個「中文」的標籤。其中一個代稱是「ch」，另一個代稱則為預設值 （亂碼）。
這Bug只會發生在設定了代稱（slug）的標籤，可是對於中文標籤的使用者會造成相當的困擾。
還好經過Google大神的指引後，找到了WP 2.5版的修正檔。這檔案是已經修改好的PHP檔，如果你跟隨筆一樣懶的手動修改，那請下載下面的檔案，然後直接覆蓋即可。
如果有興趣了解究竟是修改了哪些原始碼，就請點選下面的國外聯結（英文）。
修正檔下載：
本地下載 ：  ←點我下載
相關文章：
國外網站
國內論壇

    

	]]></description>
		<wfw:commentRss>http://ilive.it-note.org/index.php/2008/04/29/wp25ch_tag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PinYin Slug 插件測試</title>
		<link>http://ilive.it-note.org/index.php/2008/04/22/pinyinslugtest/</link>
		<comments>http://ilive.it-note.org/index.php/2008/04/22/pinyinslugtest/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 08:18:29 +0000</pubDate>
		<dc:creator>數碼隨筆</dc:creator>
		
		<category><![CDATA[部落格架設]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[I-LIVE]]></category>

		<category><![CDATA[ILIVE]]></category>

		<category><![CDATA[wordPress]]></category>

		<category><![CDATA[亂碼]]></category>

		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://ilive.it-note.org/?p=15</guid>
		<description><![CDATA[如果你的WordPress使用固定網址，而且格式是用「postname」那WordPress在發文時用的是中文標題時，網址列一定會出現許多【%00%XX】的符號；如果你的空間伺服器無法接受的話那一定會出現：「Internal Server Error ...... 」的錯誤碼。]]></description>
		<wfw:commentRss>http://ilive.it-note.org/index.php/2008/04/22/pinyinslugtest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress 資料庫轉移亂碼問題</title>
		<link>http://ilive.it-note.org/index.php/2008/04/11/wordpress_scramble/</link>
		<comments>http://ilive.it-note.org/index.php/2008/04/11/wordpress_scramble/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 10:32:36 +0000</pubDate>
		<dc:creator>數碼隨筆</dc:creator>
		
		<category><![CDATA[部落格架設]]></category>

		<category><![CDATA[I-LIVE]]></category>

		<category><![CDATA[ILIVE]]></category>

		<category><![CDATA[SQL]]></category>

		<category><![CDATA[wordPress]]></category>

		<category><![CDATA[亂碼]]></category>

		<guid isPermaLink="false">http://ilive.it-note.org/?p=191</guid>
		<description><![CDATA[最近因為部落格承租的虛擬空間廠商【Startlogic】改換系統，將原本的vdeck升級為3.0版本。由於升級過程是更換服務的伺服器，所以隨筆在毫無準備下經歷了一場WordPress移轉的事件。這次的【Startlogic】空間轉換真是多災多難，過程中轉移失敗了好幾次。alu也不斷的詢問客服，本以為是我們自己選擇“手動移轉”出了問題；想不到切換到“自動移轉”也卡機將近兩週，直到這兩天才由alu去手動變更完成。
可是在 【Startlogic】空間移轉完成後，我興致勃勃的打開我的WordPress，居然出現：



WordPress
Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can\&#8217;t contact the database server at localhost. This could mean your host\&#8217;s database server is down.
* Are you sure you have the correct username and password?
* Are you sure that you have typed [...]]]></description>
		<wfw:commentRss>http://ilive.it-note.org/index.php/2008/04/11/wordpress_scramble/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 15.367 seconds -->
