TrecApps / AnaGame

0 stars 1 forks source link

TrecLib's TFile does not support all text encodings #3

Open TrecApps opened 4 years ago

TrecApps commented 4 years ago

While the TFile is capable of recognizing what text encoding a given file is using, it currently only has support for:

Ideally, it should also be able to support these other encodings:

It is recommended that those attempting to fix this issue look at the various Read/Write methods in the TFile class for inspiration on how to apply that to these other encodings.

Any Pull Requests related to this issue should request to merge in the TrecLib_improve branch.

TrecApps commented 3 years ago

In the environment branch, moderate support for UTF-8 is available for TFile.