cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Unicode Characters
Unicode Characters
Apr 24, 2011 at 5:22pm UTC
bayar
(4)
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 UTC
Khaltazar
(40)
I don't think it is possible.
Apr 25, 2011 at 1:18am UTC
Duthomhas
(13206)
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.