<?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>blog.watashii &#187; unicode</title>
	<atom:link href="http://blog.watashii.com/tag/unicode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.watashii.com</link>
	<description></description>
	<lastBuildDate>Wed, 02 Nov 2011 02:23:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Display WordPress Unicoded Characters</title>
		<link>http://blog.watashii.com/2008/12/display-wordpress-unicoded-characters/</link>
		<comments>http://blog.watashii.com/2008/12/display-wordpress-unicoded-characters/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 10:01:14 +0000</pubDate>
		<dc:creator>watashii</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://blog.watashii.com/?p=132</guid>
		<description><![CDATA[Recently upgraded my WP blog, and released some japanese/chinese characters (in Unicode) were displaying strangely, giving me question marks (????) and funny symbols (ãƒˆãƒˆãƒ). I learnt that this can be fixed by modifying the WP source file wp-config.php on the web server.  The change required is simply commenting the following 2 lines of code,  by [...]


Related Posts:<ol><li><a href='http://blog.watashii.com/2008/12/upgrading-to-wordpress-27-coltrane/' rel='bookmark' title='Permanent Link: Upgrading to WordPress 2.7 Coltrane'>Upgrading to WordPress 2.7 Coltrane</a></li>
<li><a href='http://blog.watashii.com/2009/09/wordpress-code-at-the-end-of-urls-hack/' rel='bookmark' title='Permanent Link: WordPress Code At The End Of URLs, Hack?'>WordPress Code At The End Of URLs, Hack?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Recently upgraded my WP blog, and released some japanese/chinese characters (in Unicode) were displaying strangely, giving me question marks (????) and funny symbols (ãƒˆãƒˆãƒ).</p>
<p>I learnt that this can be fixed by modifying the WP source file <em>wp-config.php</em> on the web server.  The change required is simply commenting the following 2 lines of code,  by adding a // in front of:</p>
<pre><code>/** Database Charset to use in creating database tables. */
<strong>//</strong>define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
<strong>//</strong>define('DB_COLLATE', '');
</code></pre>


<p>Related Posts:<ol><li><a href='http://blog.watashii.com/2008/12/upgrading-to-wordpress-27-coltrane/' rel='bookmark' title='Permanent Link: Upgrading to WordPress 2.7 Coltrane'>Upgrading to WordPress 2.7 Coltrane</a></li>
<li><a href='http://blog.watashii.com/2009/09/wordpress-code-at-the-end-of-urls-hack/' rel='bookmark' title='Permanent Link: WordPress Code At The End Of URLs, Hack?'>WordPress Code At The End Of URLs, Hack?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.watashii.com/2008/12/display-wordpress-unicoded-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

