wordpress
You were searching for "wordpress". These posts might be of interest:
- No related posts.
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]
Comments Feed
TrackBack URL


May 31st, 2007 at 9:00 pm
thanks for the tip!
simple and handy
June 1st, 2007 at 1:31 pm
Will i do anything wrong if the visitor translates the page with say GOOGLE translate.
June 1st, 2007 at 2:21 pm
@Pranjal: It should work because the page will use the default charset “utf8_general_ci” (unicode, Multilingual). The Google Translate *should* read the content.
June 2nd, 2007 at 2:29 pm
[...] there seems to be a (fragile?) simple hack to “fix” the problem; the solution was Google’s first hit (now there’s technology working for you!) and the gibberish is banished. [...]
June 6th, 2007 at 4:22 pm
[...] I found the solution! Liew Cheon Fong at LiewCF has nonchalantly posted a simple solution that works, as if it’s not the most brilliant thing ever! (Ok, I exaggerate, but [...]
June 24th, 2007 at 11:14 am
[...] come up with a very simple set of instructions that work! Thanks LiewCF. You can either check out his post or follow his instructions (which I shall repeat) [...]
August 14th, 2007 at 12:41 am
Thanks so much for discovering this solution and sharing it! I was staring down the barrel of manually correcting my posts, but thanks to you everything seems fine now.
-Hrafn
August 14th, 2007 at 1:12 am
@Hrafn: glad that the simple solution helped you so much
August 25th, 2007 at 6:15 pm
That solved the problems. Thanks!
December 18th, 2007 at 5:08 am
Thanks for helping me out. I was worried I’d have to go through and manually edit all the f-d up articles!!!
March 24th, 2008 at 1:57 am
Thanks…
That solved the problems.
April 5th, 2008 at 4:54 am
Will i do anything wrong if the visitor translates the page with say GOOGLE translate.
May 9th, 2008 at 2:25 am
[...] I needed to do this to make it [...]
July 23rd, 2008 at 11:59 pm
Hi, I was looking around for a while searching for internet security solutions and I happened upon this site and your post regarding ng Encoding After Upgrade WordPress 2.2, I will definitely this to my internet security solutions bookmarks!
August 26th, 2008 at 4:14 am
Thanks, mate, you helped me a lot.