Hi all,
I want to write an application, using Qt-3.2.1 and mysql-4.1.1-alpha
for RH9.
I've set the encoding in the my.cnf file to utf8. When I call 'status'
from mysql i see that the encoding is set to utf8.
I use mysql and DataTable widget in Qt. Normally Qt uses Unicode and
it shouldn't be a problem.
When I write german letters it works but when I use cyrillic letters
they are not stored corect in the database. Can anyone tell me what
can be wrong what can I do? Is the problem in the way Qt sends the
string to mysql or what can be wrong?
Regards Dimitar