Description
Hi, we encounter an issue with encoding of a xml rat report.
We try to parse an xml rat report generated on an iso-8859-1 file system. The xml has no encoding element in the prolog. If you open it with fileinpustream it may fail.
last comment in this pull request (https://github.com/apache/incubator-netbeans/pull/70) by Matthias Bläsing suggest forcing to UTF-8.
encoding may also be an option in the report task
Regards