http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11811 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #14 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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.