Fix Wrong Encoding After Upgrade WordPress 2.2
May 31st, 2007 | Category: WordPress | 26 Comments
If your non-English WordPress blog has wrong characters encoding after upgrade to WordPress 2.2. Don’t worry. It can be solved easily by editing WordPress configuration file.
- Open and edit “wp-config.php”
- Find:
define('DB_CHARSET', 'utf8'); - Remove “utf8″, so it becomes:
define('DB_CHARSET', ''); - Save and upload “wp-config.php”
- Done. Your WordPress blog should display characters correctly.
By default, if no character set is defined, WordPerss 2.2 will use utf8_general_ci
[source]





