views:

74

answers:

1

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

+1  A: 

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