I have a JSON file someconfig.json
along with Debug/Release transforms files someconfig.Debug/Release.json
.
All three are encoded in UTF-8 without BOM.
But the files resulting from the transforms are encoded in UTF-8 with BOM.
How to preserve the original files encoding?