23 Jul
2014
23 Jul
'14
5:03 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944 --- Comment #208 from Jonathan Druart <jonathan.druart@biblibre.com> --- TODO: add an updatedb entry to change the charset collate to utf8_unicode_ci. Somethink like SET foreign_key_checks = 0; foreach table ALTER TABLE `table` CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci; end SET foreign_key_checks = 1; -- You are receiving this mail because: You are watching all bug changes.