Thank you Ludovic,
It works fine, in fact I forgot to modify the web.xml file.
Regards
Xavier
Le mercredi 25 Mai 2005 02:10, Ludovic Dubost a écrit :
Yes XWiki can handle UTF-8.. There are multiple places
to change this:
file.encoding=UTF-8 on the java command line (in the tomcat shell script)
xwiki.encoding=UTF-8 in xwiki.cfg
LANG=en_US.UTF-8 as an env variable before launching tomcat
in web.xml there is a encoding param which should be UTF-8 too
Check out the META field in the preferences.. There might be an iso
encoding there also
Ludovic