Search code examples
fileencodingdansitango

D (Tango) can read and write ANSI files?


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


Solution

  • 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.