The following comment has been added to this issue:
Author: Sjur N. Moshagen
Created: Mon, 21 Feb 2005 9:47 AM
Body:
The whole discussion is found in this thread:
http://mail-archives.eu.apache.org/mod_mbox/forrest-user/200502.mbox/%3c32b930b190d8edb0218e68d0d6c704df@mac.com%3e
(if the link does not work, copy and paste the link text)
---------------------------------------------------------------------
View this comment:
http://issues.cocoondev.org//browse/FOR-435?page=comments#action_12055
---------------------------------------------------------------------
View the issue:
http://issues.cocoondev.org//browse/FOR-435
Here is an overview of the issue:
---------------------------------------------------------------------
Key: FOR-435
Summary: Wiki input files (*.jspwiki) is not correctly read when in UTF-8
Type: Bug
Status: Unassigned
Priority: Major
Project: Forrest
Components:
Plugins (general issues)
Versions:
HEAD
Assignee:
Reporter: Sjur N. Moshagen
Created: Thu, 17 Feb 2005 12:42 AM
Updated: Mon, 21 Feb 2005 9:47 AM
Environment: MacOS X, 10.3.8, Java 1.4.2
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]
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|