Read a unicode character from the terminal

Jacob Carlborg doob at me.com
Sat Mar 31 08:56:22 PDT 2012


How would I read a unicode character from the terminal? I've tried using 
"std.cstream.din.getc" but it seems to only work for ascii characters. 
If I try to read and print something that isn't ascii, it just prints a 
question mark.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list