Unicode UTF-8 does not work in Openfire 3.3.2?

I converted my databases to utf8:

mysql> show variables like “character_set_database”;show variables like “collation_database”;

*----


*-------+

Variable_name

Value

*----


*-------+

character_set_database

utf8

*----


*-------+

1 row in set (0.00 sec)

*----


*----


Variable_name

Value

*----


*----


collation_database

utf8_general_ci

*----


*----


1 row in set (0.00 sec)

But when I have a new mesage, while the text appears in the chat windows OK, it is stored in the database with question marks.

Can anyone help?

John

Has anyone gotten unicode characters to be stored in the database and viewable by the monitoring plugin?

Thanks,

John

Just wondering if anyone is able to log Unicode characters with the Monitoring plugin… and if so, how?

Thanks,

John

Anyone?