Offline message storing problem in russian

???

message in russian encoding don’'t store in MySQL database :\

????

help? pleaze )

Thanx

Hi,

I guess that this problem can occur for any database type, usually the default character set used for character fields is iso-8859-1, which is fine for English, but not for all languages.

I’‘m not sure which encoding best fits for Russian, but try to enforce the appropriate character encoding using either by the “–default-character-set” switch when starting MySQL or try to define Unicode/UTF8 encoding for all character fields when creating database tables (I’'m not sure of the exact MySQL syntax as I use an another DB system).

Regards,

Tomas

Hi,

Try to use this work-around for MySQL, just set the property database.mysql.useUnicode to true, it’‘s easier then trying to set-up the MySQL server in the way I’'ve recommended in my previous post.

Regards,

Tomas

hi,

i’‘m trying “–default-character-set=utf8”? but it’'s not working

now i’'m use “–default-character-set=win1251” – best for Russian

thanx