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?

Reply via email to