Unicode Characters

Apr 24, 2011 at 5:22pm
how can I read arabic characters from file?
when i do that i get only one character ???
i think it uses only ASCII, so can anybody help me how to read Unicode??
Apr 24, 2011 at 9:55pm
I don't think it is possible.
Apr 25, 2011 at 1:18am
Of course it is possible. How the file is stored makes a difference. Google around UTF-8, UTF-16, and UTF-32 for more information.

You'll also need to use wstring and wchar_t.

Good luck!
Topic archived. No new replies allowed.