Hi
In my mysql configuration I get the following variables :
character_set_client | utf8
character_set_connection | utf8
character_set_database | utf8
character_set_results | utf8
character_set_server | utf8
character_set_system | utf8
character_sets_dir | /usr/share/mysql/charsets/
collation_connection | utf8_general_ci
collation_database | utf8_general_ci
collation_server | utf8_general_ci
And I can manage well UTF-8 characters.
To to that in my my.cnf file (under /etc with Linux systems), I've added the
following configuration lines :
[client]
default_character_set=utf8
[mysqld]
default_character_set=utf8
hope it helps.
Regards
Xavier
Le Jeudi 27 Octobre 2005 04:33, Toan, Nguyen Manh a écrit :
Dear Stephane,
I used xwiki version 0.9.840 and mysql database server version 4.1.12. I
used command: create database xwiki character set utf8; to create xwiki
database. And this is my mysql database variables: