https://bugzilla.wikimedia.org/show_bug.cgi?id=19197
Alex Z. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] OS/Version|Windows Vista |All Version|unspecified |1.16-svn --- Comment #1 from Alex Z. <[email protected]> 2009-06-14 23:32:15 UTC --- I believe the problem is that the sortkey is sorted as binary, so capital letters will come before lowercase letters. Sorting as utf-8 would fix it, but Wikimedia is still using MySQL 4 which I don't believe supports that. Other than upgrading to MySQL 5, this could be somewhat fixed by forcing sortkeys to lower case before saving them to the database, but that would possibly break other things. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
