[ http://jira.codehaus.org/browse/MSITE-104?page=comments#action_65485 ]
Borut Bolcina commented on MSITE-104: ------------------------------------- I was eagerly awaiting this feature. Thanks! Writing documentation in UTF-8 works now, ....... but menu items in site.xml still don't work. XML prolog is clearly stating <?xml version="1.0" encoding="UTF-8"?> for site.xml. This is not even neccessary, I think, as encoding is taken from <plugin> <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-5</version> <configuration> <inputEncoding>UTF-8</inputEncoding> <outputEncoding>UTF-8</outputEncoding> </configuration> </plugin> So, it works in apt, xdoc and fml, but not in site.xml. > There is no way to specify the input encoding of site documents > ---------------------------------------------------------------- > > Key: MSITE-104 > URL: http://jira.codehaus.org/browse/MSITE-104 > Project: Maven 2.x Site Plugin > Type: Bug > Reporter: Naoki Nose > Assignee: Brett Porter > Fix For: 2.0-beta-5 > Attachments: doxia-input-encoding.diff, maven-site-plugin-input-encoding.diff > > > In Japan,it's necessary to specify the input encoding of site document > different from the system default, > because there is two commonly used encodings in Japanese > environment(Shift_JIS and EUC-JP). > But current maven-site-plugin doesn't provide the way to specify the input > encoding of site documents explicitly. > We need to specify it in POM. -- 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