MySQL defines a lot of variables for character sets:
mysql> show variables;
+---------------------------------+---------------------------------+
| Variable_name | Value |
+---------------------------------+---------------------------------+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | latin1 |
| character_set_filesystem | binary |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
+---------------------------------+---------------------------------+
Does it help if you switch all of them to utf8?
I prefer forking this issue into another bug, since it is a localization issue, rather than the internationalization issue that most comments are about.
Emmet,
MySQL defines a lot of variables for character sets: ------- ------- ------- ------+ ------- ------- ------- ------- -----+ ------- ------- ------- ------+ ------- ------- ------- ------- -----+ set_client | latin1 | set_connection | latin1 | set_database | latin1 | set_filesystem | binary | set_results | latin1 | set_server | latin1 | set_system | utf8 | ------- ------- ------- ------+ ------- ------- ------- ------- -----+
mysql> show variables;
+------
| Variable_name | Value |
+------
| character_
| character_
| character_
| character_
| character_
| character_
| character_
+------
Does it help if you switch all of them to utf8?
I prefer forking this issue into another bug, since it is a localization issue, rather than the internationaliz ation issue that most comments are about.