Request to Ship TMS Source Files in UTF-8 Encoding

I’ve created my own batch conversion of the TMS\Products source code from Latin-1 to UTF-8.
For the contents of the “..\TMS\Products” library, I assume that if a text file has no BOM, I use TEncoding.GetBufferEncoding to detect its encoding—and if that fails, I treat the file as being encoded in Latin-1.

1 Like