hi there,
i know that others have already addressed this issue in other posts on this forum, but i'm finding it really difficult to make sense of it all and i'm sure it's not nearly as complicated as it looks.
so, could some lovely person out there please tell me in really simple language how i can get chinese characters to show up properly in my blog posts?
as always, thanks in advance!
jessie
BACK-UP your files and Database FIRST!!
1) Open your /conf/_locales.php file
do this change:
[php]$db_config['connection_charset'] = 'utf8';[/code]
2) Go to your phpMyAdmin and change your MySQL's default to "unicode_ci_utf8" or something similar
3) Change your b2evo DB to unicode_ci_utf8 as well (or something similar)
4) Then run this script: (save it in a file first, then upload)
Change: DBUSERNAME, DBPASSWORD, and DBNAME accordingly.
5) Go to your blog's dashboard. Then go to the "Regional" settings. Make sure your active languages are "UTF-8" by editing each active language/locale and changing the "Charset:" to "UTF-8".
You should be able to afterwards. See for example: http://laibcoms.asia/blog/xindao (the blog name is in Chinese)
* Note: crash instructions. I'll add it to my list of ToDo articles ^_^