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 : "@\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
Hi, Have you read this page : http://www.xwiki.org/xwiki/bin/view/Dev/CharactersSets Jérémi On 4/26/06, Istvan Soos <syntern@sch.bme.hu> wrote:
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 : "@\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
-- You receive this message as a subscriber of the xwiki-dev@objectweb.org mailing list. To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org For general help: mailto:sympa@objectweb.org?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
-- Blog: http://www.jeremi.info LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724 Project Manager XWiki: http://www.xwiki.org skype: jeremi23 -- msn et gtalk : jeremi23@gmail.com
participants (2)
-
Istvan Soos -
jeremi joslin