Форумы / Cotonti / Support / Problem with Russian language

Cotonti 0.0.0.5

Trustmaster
#13121 11.06.2009 02:06
The last time I had such a problem was incorrect UTF-8 database. Make sure all MySQL settings (database, table, connection) are set to UTF-8.

You can also try uncommenting these lines in datas/config.php:
$cfg['mysqlcharset'] = 'utf8';
$cfg['mysqlcollate'] = 'utf8_unicode_ci';
May the Source be with you!