[ http://issues.apache.org/jira/browse/FOR-435?page=all ]
David Crossley updated FOR-435: ------------------------------- Component: Plugin: input.wiki (was: Plugins (general issues)) Description: According to the documentation at: http://chaperon.sourceforge.net/using-cocoon.html it should be possible to configure the Wiki plugin (or any plugin based on Chaperon) for different encodings of the input file, in my case UTF-8. But this does not work. I have: <map:transformer name="lexer" src="org.apache.cocoon.transformation.LexicalTransformer" logger="sitemap.transformer.lexer"> <map:parameter name="localizable" value="true"/> <map:parameter name="encoding" value="UTF-8"/> </map:transformer> in the input.xmap file in $FORREST_HOME/plugins/wiki, and I have run "ant local-deploy", but to no avail: multibyte UTF-8 sequences come out as the Latin-1 counterpart of each byte in the sequence. A discussion about this bug can be found at: [mail archive not yet updated, will add link here later] was: According to the documentation at: http://chaperon.sourceforge.net/using-cocoon.html it should be possible to configure the Wiki plugin (or any plugin based on Chaperon) for different encodings of the input file, in my case UTF-8. But this does not work. I have: <map:transformer name="lexer" src="org.apache.cocoon.transformation.LexicalTransformer" logger="sitemap.transformer.lexer"> <map:parameter name="localizable" value="true"/> <map:parameter name="encoding" value="UTF-8"/> </map:transformer> in the input.xmap file in $FORREST_HOME/plugins/wiki, and I have run "ant local-deploy", but to no avail: multibyte UTF-8 sequences come out as the Latin-1 counterpart of each byte in the sequence. A discussion about this bug can be found at: [mail archive not yet updated, will add link here later] Version: 0.8-dev > Wiki input files (*.jspwiki) is not correctly read when in UTF-8 > ---------------------------------------------------------------- > > Key: FOR-435 > URL: http://issues.apache.org/jira/browse/FOR-435 > Project: Forrest > Type: Bug > Components: Plugin: input.wiki > Versions: 0.8-dev, 0.7 > Environment: MacOS X, 10.3.8, Java 1.4.2 > Reporter: Sjur N. Moshagen > > According to the documentation at: > http://chaperon.sourceforge.net/using-cocoon.html > it should be possible to configure the Wiki plugin (or any plugin based on > Chaperon) for different encodings of the input file, in my case UTF-8. > But this does not work. I have: > <map:transformer name="lexer" > > src="org.apache.cocoon.transformation.LexicalTransformer" > logger="sitemap.transformer.lexer"> > <map:parameter name="localizable" value="true"/> > <map:parameter name="encoding" value="UTF-8"/> > </map:transformer> > in the input.xmap file in $FORREST_HOME/plugins/wiki, and I have run "ant > local-deploy", but to no avail: multibyte UTF-8 sequences come out as the > Latin-1 counterpart of each byte in the sequence. > A discussion about this bug can be found at: > [mail archive not yet updated, will add link here later] -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira