exended character set

M

Mike Hodkin

In using the 'wchar_t' variabe type and trying to access the wide (extended)
character set using 'wcout', I can't seem to access any character beyond hex
value 0x7f (which is the end of the standard ASCII character set). I'm
using Code Warrior 4.0.4 IDE. What am I missing?

thanks
 
R

Ron Natalie

Mike Hodkin said:
In using the 'wchar_t' variabe type and trying to access the wide (extended)
character set using 'wcout', I can't seem to access any character beyond hex
value 0x7f (which is the end of the standard ASCII character set). I'm
using Code Warrior 4.0.4 IDE. What am I missing?

If you are using string or character literals, are you sure using the
wide literals L"..." or L'x'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top