D (Tango) can read and write ANSI files?
With D and Tango library can I read and 开发者_JAVA技巧write in the ANSI encoding ?
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.
精彩评论