[
http://jira.codehaus.org/browse/MCHANGES-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196886#action_196886
]
Dennis Lundberg commented on MCHANGES-152:
------------------------------------------
The problem here is actually the charset speciied in the generated html file.
It looks like this:
{code:xml}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{code}
This is a hint to the browser that the contents of this file is encoded in
UTF-8, which it is not. If you manually change the view encoding in your
browser to "ISO-8859-1" the characters are displayed correctly.
So you'd need to use a skin that specifies the same encoding that your
changes.xml file uses.
> page encoding ISO-8859-1 not definable
> --------------------------------------
>
> Key: MCHANGES-152
> URL: http://jira.codehaus.org/browse/MCHANGES-152
> Project: Maven 2.x Changes Plugin
> Issue Type: Bug
> Components: changes-report
> Affects Versions: 2.1
> Environment: Windows XP, Maven 2.09
> Reporter: Bruno Marti
> Attachments: changes-report.zip, screenshot-1.jpg
>
>
> Neither property
> <project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>
>
> nor <maven.docs.outputencoding>ISO-8859-1</maven.docs.outputencoding> is
> accepted for report generation (changes:changes-report).
> German characters like 'äöü' are misinterpreted.
--
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