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

--- Comment #208 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to