I found the problem. I was using MySQL 4.0.20 and utf8 is not available.
With MySQL 4.1 it works. When I create the Database I do like that :
create database xwiki character set utf8;
Regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Le Jeudi 26 Mai 2005 12:25, Xavier MOGHRABI a écrit :
Ok that's work like this, but I added vietnamese
with vn code.
However I can add vietnamese content, see it correctly and modify it until
I flush the cache.
When I Flush the cache or restart tomcat, vietnamese caracters are
converted as "??????".
So do you know why vietnamese characters disappear when I flush the cache ?
Regards