Displaying 1 result from an estimated 1 matches for "mysql_utf8".
2015 Mar 11
2
Fixing broken UTF-8 handling with MySQL driver
...icitly. Adding the following statement to driver_mysql_connect() fixes the issue for me:
mysql_options(db->mysql, MYSQL_SET_CHARSET_NAME, "utf8");
I checked this against mysql 5.5.41.
Regards,
Felix
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mysql_utf8.patch
Type: application/octet-stream
Size: 559 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20150311/552337e8/attachment.obj>