qt and mysql encoding problem
Hi I 'am new to Qt and it is really a good choice for programmers. I start an application that connects to mysql using qt4 in kdevelop but i face a problem that i stroed arabic data in the database and i can read it in knoda but when i retrieve data using qt (tableview) i got un understandable text. i tried to change database encoding in mysql using alter database but i got the same problem any help...
Re: qt and mysql encoding problem
See the last post in this thread. I think it has already been solved once.
http://www.qtcentre.org/forum/f-qt-p...light=encoding
Regards