In my program I use qdbf lib to read data from dbf files.
The dbf files contains data encoded with UTF-8
So when I run simple test program from http://code.google.com/p/qdbf/ I get my data as abracadabra, like this - "Ð ÑžÐ Â°Ð Â»Ð Â°Ð Ð…Ð Ò Ð Â¶Ð Â°"
The dbf file in UTF-8, the source cpp file in UTF-8 so I don't understand what I do wrong.
Windows 7 x32, MinGW 4.8, Qt 5.1, QtCreator 2.7.2
Bookmarks