Reading unicode chars..

seany via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 2 07:06:02 PDT 2014


How do I read unicode chars that has code points \u1FFF and 
higher from a file?

file.getcw() reads only part of the char, and D identifies this 
character as an array of three or four characters.

Importing std.uni does not change the behavior.

Thank you.


More information about the Digitalmars-d-learn mailing list