Xavier MOGHRABI wrote:
Hello
To avoid this kind errors you need to remove ISO-8859-1 characters in your
database. I remove all those characters and it works fine.
Thanks for the hint but I had a different problem, which was due to the
"\u" combination described at
https://javacc.dev.java.net/doc/CharStream.html
I have documents describing Unix shell examples that contain such
combinations and that raised errors in JRCS. Hence I have updated the
"JAVA_UNICODE_ESCAPE" to "false" in the JRCS
"ArchiveParser.jj" file and
now it works fine. I have uploaded the changes to
http://www.xwiki.org/xwiki/bin/view/Dev/CharactersSets
I will create a JIRA issue about this.
Cheers,
Stéphane