Hello again!
Thank you for your fast customization help, but I've managed to produce
a very sad (show-stopper) parsing error. I'm using XWiki with postgresql
database, and all encoding is set to UTF-8. It works fine, stores and
shows the accentuated letters fine, exception the letters out of the
ISO-8852-1. This is the error log:
Caused by: org.apache.commons.jrcs.rcs.TokenMgrError: Lexical error at line 44, column 6.
Encountered: "\u0151" (337), after :
"(a)\n\n\nXWiki\nEditToolbar\n\nen\n0\n\nXWiki.Admin\n1107733921000\n1145956386468\n1.4\n{pre}\n<div
class=\"xwikimenutitle\">Basic Syntax</div>\n<div
class=\"xwikimenulinks\">\n<pre>\n1 Els"
at
org.apache.commons.jrcs.rcs.ArchiveParserTokenManager.getNextToken(ArchiveParserTokenManager.java:800)
at org.apache.commons.jrcs.rcs.ArchiveParser.jj_consume_token(ArchiveParser.java:558)
at org.apache.commons.jrcs.rcs.ArchiveParser.text(ArchiveParser.java:429)
at org.apache.commons.jrcs.rcs.ArchiveParser.archive(ArchiveParser.java:102)
at org.apache.commons.jrcs.rcs.ArchiveParser.load(ArchiveParser.java:55)
at org.apache.commons.jrcs.rcs.Archive.(Archive.java:230)
at com.xpn.xwiki.doc.XWikiDocument.setArchive(XWikiDocument.java:475)
... 60 more
It has stored the hungarian o-double-acute (ő) character fine in the
postgresql database (I can query it, it is correct), but the
http://localhost:8080/xwiki/bin/edit/XWiki/EditToolbar editor page
throws the previous exception.
What could be a possible problem? Where can I dig in the codes, to give
full unicode support for the parser. Unfortunatelly this (the error of
handling Hungarian characters) is show-stopper for me. If it could
work, I'd provide a Hungarian translation of the static messages. Thank
you for your help:
Istvan