[ http://jira.codehaus.org/browse/MSITE-19?page=comments#action_55307 ]
Naoki Nose commented on MSITE-19: --------------------------------- I also tried to generate a dummy site including Japanese. My enviroment is Debian/GNU Linux and the default encoding is EUC-JP. I used trunk version of maven-site-plugin, doxia, modello and plexus and Japanese rendered collectly. Thanks! Many Japanese developers will appreciate this improvement. > Moreover some translation in japanese are missing (eg in the dependencies > page). Some property items have added to the original property file since I send the japanese translation first. I will update japanese translation later. >I think we could close this issue after native2ascii'ing all bundles >(automating native2ascii with process-resources phase or not) There are some disirable improvements about this problems. 1. XML parser in plexus-utils should handle encoding parameter in XML declaration collectly. 2. Dixia constucts reader with a default encoding. The encoding of the site documents should be declared explicitly. May I create new issues about these ? > Various encoding problems with InputStream and XML > -------------------------------------------------- > > Key: MSITE-19 > URL: http://jira.codehaus.org/browse/MSITE-19 > Project: Maven 2.x Site Plugin > Type: Bug > Reporter: Naoki Nose > Fix For: 2.0 > Attachments: plexus-i18n.diff, plexus-site-renderer.diff, plexus-utils.diff, > plexus-utils_2.diff > > > There is various encoding problems with InputStream and XML in different > components. > - Property resource file is encoded with UTF-8 , but Java reads bundle with > UTF-8. > - In different components Reader is constructed with default system encoding. > - MXParser ignores encoding attribute in xml declaration. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
