Encodings

Nathan M. Swan nathanmswan at gmail.com
Sun Apr 8 14:36:23 PDT 2012


For most of the string processing I do, I read/write text in 
UTF-8 and convert it to UTF-32 for processing (with std.utf), so 
I don't have to worry about encoding. Is this a good or bad 
paradigm? Is there a better way to do this? What method do all of 
you use?

Just curious, NMS


More information about the Digitalmars-d mailing list