Displaying Unicode in Windows using Putty

Hey All,
I am trying to display some unicode characters, but all I get are question marks. I am using puTTy on windows 7. I changed the font in puTTy to Lucida Console, but the unicode is still appearing as question marks. What should I do?

Update:
The terminal is able to display the unicode when I copy/paste from the web. It only displays the question mark when I try to ouput the unicode.
Last edited on
What do you use for output? wostream, wprintf, _tprintf ?
For output I use:
wcout << L'\u2022';

The 2022 can be any unicode from the lucida font. It still won't work
Can you give an example of how that would look? I am not familiar with that command. Also, does it need any libraries to work?
Last edited on
Topic archived. No new replies allowed.