[Koha-bugs] [Bug 11944] Cleanup Koha UTF-8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 23 17:03:22 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944

--- Comment #208 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list