CPD writes XML report with wrong encoding
-----------------------------------------
Key: MPMD-93
URL: http://jira.codehaus.org/browse/MPMD-93
Project: Maven 2.x PMD Plugin
Issue Type: Bug
Components: CPD
Affects Versions: 2.4
Reporter: Ulli Hafner
We have Java Files encoding in our default Locale (latin 1):
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
When running CPD on a Java file that contains german umlauts then CPD produces
a cpd.xml file with defined encoding of UTF-8 that contains some invalid
characters in latin 1 instead of UTF-8.
Maybe the same problem as described in Bug MPMD-83.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira