WordPress update broke the unicode… again!
Ok. I am tired of google’ing or should I say bing’ing for the fix. I shall add it here for my convenience or maybe those who stumble upon this post.
- Edit wp-config.php located on the root directory of WordPress installation.
- Add // at the beginning of the following two lines
define(‘DB_CHARSET’, ‘utf8′);
define(‘DB_COLLATE’, ”);


