LHCGreg/SlowMonkey

Transformed config in bin folder is encoded in UTF-16 when running under mono if the source config file is UTF-8, with <?xml version="1.0" encoding="utf-8"?>, but does not have a UTF-8 BOM.

Closed this issue · 0 comments

This only happens when running under mono, not .NET. The resulting file is UTF-8 if the UTF-8 BOM is present in the source config file, but UTF-16 if it is not.