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

--- Comment #1 from Antoine "hashar" Musso <[email protected]> ---
The root cause is the equivalence file on our wiki:
http://www.mediawiki.org/wiki/AntiSpoof/Equivalence_sets which is then copied
under maintenance/equivset.in.

The file list uses the format:
 <hexadecimal codepoint> <character> => [<hexadecimal codepoint>] <character>

The relevant part:

E6 æ => C6 Æ
E6 æ => 41 A
4D4 Ӕ => C6 Æ
4D5 ӕ => C6 Æ

Running maintenance/generateEquivset.php generates a PHP array of the list
which uses the character for key.  The codepoint E6 has two entries, I guess
only the second one is taken in account.

-- 
You are receiving this mail because:
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

Reply via email to