With D and Tango library can I read and write in the ANSI encoding ?

link|improve this question

67% accept rate
Yes, file input/output is encoding agnostic. – Joe Gauterin Mar 8 '10 at 8:23
feedback

1 Answer

up vote 2 down vote accepted

Tango has a few simple functions for converting between ANSI and ASCI. Reading and writing via tango.io.device.File should preserve the data just fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.