Unicode Characters

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??
I don't think it is possible.
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.