http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7679 paxed <pasi.kallinen@pttk.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pasi.kallinen@pttk.fi --- Comment #31 from paxed <pasi.kallinen@pttk.fi> --- (In reply to Julian Maurice from comment #29)
Created attachment 26531 [details] [review] Bug 7679: Various fixes for circulation statistics wizard
- use Text::Unaccent to remove accents from columns or rows values when accessing %table. This is required as MySQL consider as equals two strings that differ only by their accents when using GROUP BY clause.
In some languages some of these "accented" letters are separate letters of the alphabet, and should not be "unaccented". For example, in Finnish, Ä (latin capital a with diaeresis) should not be turned into A. -- You are receiving this mail because: You are watching all bug changes.