Using UTF-8 in XWiki...
Hello group, I want to use UTF-8 data in XWiki. It seems it is not recognizing it. I tried to import unicode data to XWiki (by importing a xar file created programatically). But export fails with an exception. I tried changing the xwiki.cfg encoding to utf-8 but to no effect. Regards Roopesh ------------------ DigitalGlue, India
Hi, For the moment, there are more places where you must set the encoding. 1) the parameter in xwiki.cfg 2) the parameter in web.xml (look for 8859) 3) the jvm parameter file.encoding, which you have to set in a container-specific manner. It has to be passed as -Dfile.encoding=UTF-8 to the java command line. We're trying to eliminate the third step, since it is the only one we cannot control, but it will take a little more. Sergiu Roopesh P Raj wrote:
Hello group,
I want to use UTF-8 data in XWiki. It seems it is not recognizing it.
I tried to import unicode data to XWiki (by importing a xar file created programatically). But export fails with an exception. I tried changing the xwiki.cfg encoding to utf-8 but to no effect.
Regards Roopesh
------------------ DigitalGlue, India
participants (2)
-
Roopesh P Raj -
Sergiu Dumitriu