Cotonti 0.0.0.5
| SunChase |
|
|---|---|
|
Today i'w noticed a big problem with the Russian language support.
The problem is:When i type the title for the site, name of a category and ect. in russian it just doesnt save it and leaves the field blank. Does someone know what to do with this? [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
| pieter |
|
|---|---|
|
Is your database UTF8?
... can we help you ...
|
| SunChase |
|
|---|---|
|
yea
[url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
| Trustmaster |
|
|---|---|
|
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!
|
| SunChase |
|
|---|---|
|
thanks everyone.I found the mistake.Instead of translating the skin to UTF i translated the whole Cotonti to 1251
After realising this i fixed the problem [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|