Emmet,

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.

-- 
locale and charset problem in mysql
https://bugs.launchpad.net/bugs/34181
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to