i read in Qt docs about QString and found that QString supports unicode encoding but still when i write some stances in text file i see some "?" between words.
the language that i use is part of unicode here this is my code.
Code:
streamF<<fa<<"\r\n"; dataF.close();
im i miss something?
best regards