have a look at QTextStream, using it you can set needed encoding.
have a look at QTextStream, using it you can set needed encoding.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Thanks spirit for the quick reply. I tried QTextStream::setCodec() function to change to different character coding schemes. But none of them is working. I think characters like " ' " is causing the problem. Which is the encoding scheme that supports these characters.
Jayanth.S
Everyone! What encoding has your file. Make sure you use the same. Under Linux you can type under console to get the encoding. And please show us, how you have used QTextStream.
Bookmarks