Message:
The following issue has been closed.
Resolver: dion gillard
Date: Thu, 25 Sep 2003 9:10 PM
Bad system encoding
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-847
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MAVEN-847
Summary: Umlauts in project.xml become garbage in generated site
Type: Bug
Status: Closed
Priority: Major
Resolution: WON'T FIX
Time Spent: Unknown
Remaining: Unknown
Project: maven
Components:
core
Fix Fors:
1.0-rc1
Versions:
1.0-beta-10
Assignee:
Reporter: Lars K?hne
Created: Tue, 23 Sep 2003 2:25 PM
Updated: Thu, 25 Sep 2003 9:10 PM
Environment: RedHat 9, LANG=en_US.UTF-8, JDK 1.4.2
Description:
Taking the project.xml from "maven genapp" as a starting point, I tried to introduce
myself as the project owner:
<!-- details about the organization that 'owns' the project -->
<organization>
- <name>Apache Software Foundation</name>
+ <name>Lars K?hne</name>
<url>http://www.apache.org/</url>
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
</organization>
which generates "Lars K??hne" in the copyright footer. In my view this shouldn't
happen, as the xml file encoding is ISO-8859-1, where ? is a character just like a, b,
c, etc.
As a workaround I tried to use
<name><![CDATA[Lars Kühne]]></name>
instead. This makes the browser display "Lars Kühne", i.e. the generated HTML
code is "Lars K&uuml;hne". Maybe Maven tries to be too smart here...?
So as far as I can see there seems to be no way to generate Umlauts in the copyright
footer of the generated docs.
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]