This post has been the most helpful for me as I wanted to post in french (accented language) AND in chinese.
I had no difficult issues with B2 (which I liked very much because, technicallywise, it is simple and elegant), but when I switched to WordPress was a little bit more tricky
Even if i took me 2 days to find the right post, it settled the pb – I had to use the keyword “language” instead of “chinese”.
Plse allow me to sum it up even if it is redundant:
1-in index.php, replace the language meta by :
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
2- In wp-config.php, add this line:
$admin_area_charset = ‘utf-8’;
I had to do both
It should do the trick
I am happy to notice that the pb of non english languages won’t be left unsolved in the next version as i saw that more people from all over the world begin to use WordPress
Well thks