https://bugzilla.wikimedia.org/show_bug.cgi?id=164
--- Comment #114 from Andrew Dunbar <[email protected]> 2009-09-24 00:24:15 UTC --- Yes both the page titles and the custom sort keys are going to need collation keys. Ugly or confusing naming could result. Collation keys are intended for efficient binary comparison and are not guaranteed to be human readable text, therefore they cannot be used for what we already call custom category sort keys. And since the custom category sort keys have to collate into correct sequence with plain old page titles they both need to use the same kind of binary collation key. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
