You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/09/26 04:10:08 UTC

[jira] Closed: (MAVEN-847) Umlauts in project.xml become garbage in generated site

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&uuml;hne]]></name>

instead. This makes the browser display "Lars K&uuml;hne", i.e. the generated HTML code is "Lars K&amp;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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org