September 11, 2009
Weird characters after Wordpress upgrade
I’ve just upgraded a few wordpress sites, and it all went well, except for the fact that it didn’t. This site was easy and quick – I’m impressed with how polished the wordpress experience is. I uploaded the new files, visited wp-admin, and wordpress did it’s thing. Sweet! Changed the theme, realised it didn’t support widgets, so added some code which let it do so, and voila. Done.
Then I did the same for a client’s site, except once the whole upgrade was done, her site was full of characters like
Comments(3)
Roger Saner is a web platform developer (using 

Did u find the solution for it? I can help you.. just replaced wpconfig DB charset and collate with these lines (you are deactivating them..)
//define(‘DB_CHARSET’, ‘utf8′);
//define(‘DB_COLLATE’, ”);
That’s odd, seems like this blog somehow lost my solution. I used the bbWP2UTF8 plugin from http://wordpress.org/extend/plugins/bbwp2utf8/ which basically automatically executes the steps from http://codex.wordpress.org/Converting_Database_Character_Sets/
I did, thanks, but wordpress somehow lost my whole post. *sigh*