https://bugzilla.wikimedia.org/show_bug.cgi?id=24574

--- Comment #5 from Roan Kattouw <roan.katt...@gmail.com> 2010-08-04 11:42:27 
UTC ---
(In reply to comment #4)
> I do not know the actual implementation in mediawiki, but in every programming
> language i recently worked in there are sort-algorithms which do not make a
> difference between 'A' and 'a', so i guess there should be one for php.
> 
Yes, you can sort case-insensitively in PHP just fine, but you can't
(efficiently) do so in MySQL. Like with the category thing, we'd have to add a
new column to hold the 'normalized' username and sort by that instead. For
English 'normalized' can just be all lowercase, but for other languages you'll
want to sort accented characters in all sorts of interesting ways.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to