[
http://jira.codehaus.org/browse/MJAVADOC-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_96804
]
Vincent Siveton commented on MJAVADOC-123:
------------------------------------------
I tried your second attachment on Windows and on Solaris and all works here.
Some hits:
* try to use -Ddebug=true [1] to see that @options file is in UTF-8 and
contains TM char
* specify to javadoc tool that the Java file encoding is UTF-8, i.e.
-J-Dfile.encoding=UTF-8 [2]. In the Maven plugin, you need to use the
additionalJOption parameter only available in the snapshot
Waiting for your feedback
[1] http://maven.apache.org/plugins/maven-javadoc-plugin/faq.html
[2] http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#J
> Encoding Error When Getting project.name For JavaDoc -doctitle
> --------------------------------------------------------------
>
> Key: MJAVADOC-123
> URL: http://jira.codehaus.org/browse/MJAVADOC-123
> Project: Maven 2.x Javadoc Plugin
> Issue Type: Bug
> Environment: Linux coco-laptop 2.6.20-15-generic #2 SMP Sun Apr 15
> 07:36:31 UTC 2007 i686 GNU/Linux
> Maven version: 2.0.6
> Reporter: Steven Coco
> Assignee: Vincent Siveton
> Fix For: 2.3
>
> Attachments: javadoc-encoding-2.tar.gz, javadoc-encoding.tar.gz
>
>
> I have found an encoding handling error in JavaDoc generation.
> The POM for this project is in UTF-8 encoding. the project.name element
> contains the trade mark character, U+2122.
> When the JavaDoc plugin builds the documentation, the default HTML charset is
> used: ISO-8859-1.
> When viewing the JavaDoc pages, the trade mark character in the title has
> been munged: "â¢".
> At some location, the project name's text is being copied and ported to the
> JavaDoc tool in the wrong encoding.
> The attachment has a test case. Since it's very small, the javadoc has
> already been built there to prevent any unwanted encoding mismatches during
> transmission of the attachment. View the POM to see the trade mark character
> in the name. View target/site/apidocs/index.html to see the munged trade mark
> character. View the src/main/java/overview.html file to see the other content
> used for the API overview page.
> N.B.: In the attachment, all files are in UTF-8 encoding.
--
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira