3

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

Sebtm
  • 7,002
  • 8
  • 29
  • 32

1 Answers1

2

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.

Tim Matthews
  • 5,031
  • 8
  • 38
  • 45