Writing unicode strings to the console
    Jeremy DeHaan 
    dehaan.jeremiah at gmail.com
       
    Mon Dec 17 16:29:55 PST 2012
    
    
  
I was playing with unicode strings the other day, and have been 
searching for a way to correctly write unicode to the console.
If I try something like:
dstring String = "さいごの果実";
		
writeln(String);
All I get is a bunch of nonsense as if it converts the dstring 
into a regular string. Is it possible to write the unicode string 
to the console correctly?
    
    
More information about the Digitalmars-d-learn
mailing list