Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Unassigned Priority: Major Time Spent: Unknown Remaining: Unknown Project: maven Components: core Versions: 1.0-beta-10 Assignee: Reporter: Lars Kühne Created: Tue, 23 Sep 2003 2:25 PM Updated: Tue, 23 Sep 2003 2:25 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]