http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11811
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m --- Comment #14 from Jonathan Druart <[email protected]> --- (In reply to Galen Charlton from comment #13) > Created attachment 27099 [details] > script to change collation of Koha's tables to utf8_unicode_ci > > This is a script to change the collation of Koha's tables to > utf8_unicode_ci. Dobrica, please try it and advise if this fixes this > particular bug, and whether it works in general for you. > > Of course, changing the collation like this could have unintended > consequences. All looks good to me. It seems that it is the way to do if the collation was utf8_general_ci but not for others values. Maybe should we add an entry in the updatedb and if the collation is utf8_general_ci, we convert to utf8_unicode_ci, otherwise ask for help on the IRC channel? Or just a note in the release notes. -- 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/
