urbandigital Reply #1, 5 months, 3 weeks ago
Hi there,
i try to set up a multilingual website. Followin languages should be included:
German, Spanish, Turkish, Chinese, Russian
As soon as i add some Russian characters like
Все, что Вам нужно
It gets saved as:
Configuration is:
global mysql database collation:
collaction of the tables:
Can anyone point me to the right direction how to configure this probably please?
i try to set up a multilingual website. Followin languages should be included:
German, Spanish, Turkish, Chinese, Russian
As soon as i add some Russian characters like
Все, что Вам нужно
It gets saved as:
???, ??? ??? ?????. . .
Configuration is:
$database_connection_charset = 'utf8'; $database_connection_method = 'SET NAMES';
global mysql database collation:
utf8_unicode_ci
collaction of the tables:
latin1_swedish_ci
Can anyone point me to the right direction how to configure this probably please?