PDA

View Full Version : Special Character Handling



Kubil
19th June 2008, 12:22
Hi All,

I am still new in qt, i faced problems with special character handling,
I have QFileInfo class, from this class i`m accessing filename method, it show character ?? ,
the correct value should be Ä character.
i`m using this code:
fInfo->fileName().ascii();
i`m using QT3 on Linux machine.
thanks in advance.

jacek
22nd June 2008, 22:58
Where do you use that code exactly? Do you print that file name somewhere?