Having Wordpress Chinese characters issue? (or other utf8 characters)

The solution is the comment out (or delete) the following two lines from wp-config.php

define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);

It worked for me! Japanese chars now display perfectly.

Tags:

This entry was posted on Sunday, April 6th, 2008 at 6:23 am and is filed under Web Development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply