https://bugzilla.wikimedia.org/show_bug.cgi?id=43740
--- Comment #2 from Bawolff (Brian Wolff) <[email protected]> --- It looks kind of like the code in Collation.php // Primary collision // Keep whichever one sorts first in the main collator if ( $this->mainCollator->compare( $letter, $letterMap[$key] ) < 0 ) { $letterMap[$key] = $letter; } Was meant to handle this situation (or I misunderstand the intention of the code) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
