Fix Wrong Encoding After Upgrade WordPress 2.2
Filed in: WordPress — May 31st, 2007
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]
Like this post? Please share:
Follow @liewcf on Twitter; Join Facebook page; Subscribe to free newsletter for updates like this article..





Pingback: افكار و احلام » WordPress 2.2 and the importance of doing Unicode right, from the start
Pingback: Getting Hebrew to work on WordPress 2.2 » wordpressgarage.com
Pingback: deb.foocode.net » One Post to Cover Several
Pingback: Ian’s blog » Blog Archive » Characters not showing up