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?
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?