https://bugzilla.wikimedia.org/show_bug.cgi?id=25870
--- Comment #1 from Platonides <[email protected]> 2010-11-10 23:40:03 UTC --- The Låura Fiorucci spoof should have been blocked by the extension (check in r76483) The others weren't caught by the extension. I updated the list in [1]. Only the æ spoof remains active, since it would need converting one character into two. There exists a function (mergePairs) for converting two codepoints into one, but doesn't seem to exist any easy way for splitting one codepoint into two (everything is done in term of codepoints there). Note that [2] added a rule for changing Æ and æ to A. I think that at least æ should map to ae. Æ is quite similar to just A, though. Once that's fixed, the extension at WMF should be updated and the mappings rebuilt. 1- http://www.mediawiki.org/w/index.php?title=Extension%3AAntiSpoof%2FEquivalence_sets%2Fequivset_1&action=historysubmit&diff=362640&oldid=361648 2- http://www.mediawiki.org/w/index.php?title=Extension:AntiSpoof/Equivalence_sets/equivset_1&diff=361646&oldid=251667 -- 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
