Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.1
-
Fix Version/s: None
-
Labels:None
-
Environment:GNU/Linux, sun java 1.6, french localization, UTF-8 environment
-
Number of attachments :
Description
When generating a report in a french/UTF-8 environment, the report title and section headers are translated into french with accented characters encoded in UTF-8. However, the html file uses ISO-8859-1 encoding due to this tag in the header:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta>
This result in weid display.
Luc, you should also
a) indicate your Maven version
b) attach your POM or at least provide the config for the maven-site-plugin and its version
c) attach a debug output of the report generation, e.g. "mvn site -X"
Otherwise it's hard for people to track your problem down to the failing component.