danielpalme / ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
https://reportgenerator.io
Apache License 2.0
2.59k stars 281 forks source link

Generate text reports without UTF-8 BOM #556

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

This PR proposes to remove the UTF-8 BOM from the text reports. The BOM doesn't add much value in them yet avoids problems with programs that don't work well with its presence. If ever really needed, it could be added back via a CLI option.