Hello,
The problem disappeared.
I use "UTF16" charset.
<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-javadoc-plugin</artifactId>
  <configuration>
    <charset>UTF16</charset>
  </configuration>
</plugin>

a cup of Java, cheers!
Sha Jiang


jiangshachina wrote:
> 
> Hello,
> I'm using Windows2K + JDK1.5.0_08
> In JDK1.5.0, many items("package-summary", "package-use", "Class",
> "Constructor Summary" ...) in Javadoc pages are Chinese characters.
> If I directly use command "javadoc" in cmd window, all of javadoc
> generated is OK.
> But if I use "mvn javadoc:javadoc" for generating javadoc, the chinese
> character will be bad character.
> How can I cancel the trouble?
> Thanks!
> 
> a cup of Java, cheers!
> Sha Jiang
> 

-- 
View this message in context: 
http://www.nabble.com/Javadoc-%2B-Chinese-character-tf2256463.html#a6259285
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to