Special characters on mac?

Hey rrybody,
I was wondering how to put 'special' characters from the OEM 437. Is it even possible since it seems that its only for windows?
Im trying to print out 2592 from
http://msdn.microsoft.com/en-us/goglobal/cc305156.aspx
with
1
2
wchar_t test = 2592;
putwchar(test);
Last edited on
Bump
Topic archived. No new replies allowed.