cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
ascii of wide char
ascii of wide char
Apr 27, 2009 at 4:47am UTC
dkaip
(196)
Hello. I have a problem. the ascii code in unicode of ἶ is 7990 in Greek language.
I am trying to take the 7990 on screen and i can't. Any help?
I am running on windows xp home Greece edition.
Thank's
Jim
1
2
wchar_t
* ch=L
"εἶναι"
; cout << ch[1]<<endl;
Last edited on
Apr 27, 2009 at 2:29pm UTC
Apr 27, 2009 at 10:00am UTC
writetonsharma
(1461)
i think this should work..
try wcout, see if that helps.
Apr 27, 2009 at 2:29pm UTC
dkaip
(196)
It dont work. I use codeblocks and gcc compiler.
Topic archived. No new replies allowed.