Problem on showing my text
-
hi to everyone
i am trying to write a program on mac 10.6.2
i set my encoding to utf-8 using qtextcodec class
but now when i use qwebview to show some html data on it
it does'nt show my text correctly
the language of my text is persian
it shows its alphabet but seperately
what should i do? -
Is persian text in your source code files or it is loaded from some file, when program is executed?
It is not good practise to use non ANSCII characters in sorce code, because some compilers do not understand it.