1 user_11528 Jun 15, 2009 22:21
3 laibcoms Jun 16, 2009 17:05
check also the following:
/blog/conf/_locales.php
look for:
$force_io_charset_if_accepted
$db_config['connection_charset']
I use UTF-8 for my blogs so my settings are:
$force_io_charset_if_accepted = 'UTF-8';
$db_config['connection_charset'] = 'utf8';
Then as was mentioned above, set your DB accordingly..
a) DB Connection
b) DB collation
c) DB tables collation
check your database tables collation see if they match