Displaying Asian Text in Wordpress
July 10th, 2008After I upgraded to 2.5, my East Asian text became all jumbled as random characters. If you were having problems displaying your characters properly like I was, all you need to do is access your wp-config.php file in your base Wordpress directory. You want to delete the following lines of code from the file.
define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);
They are located at the bottom of the first cluster. After that, save the changes and you should be good to go! 好好!