Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.0.8 on Gentoo Linux
-
Number of attachments :
Description
project-info-report_de.properties is encoded UTF-8, but properties files are interpreted ISO-8859-1. This leads to mojibake, e.g. "Abhängigkeiten" (including a with diaresis) displayed as "Abhängigkeiten" (two characters corresponding to UTF-8 bytes). Simply run "recode u8..l1" on these files to fix the issue, as all used characters are available in ISO-8859-1 as well.
Already fixed in SVN r431633.