https://bugzilla.wikimedia.org/show_bug.cgi?id=24209
Conrad Irwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Conrad Irwin <[email protected]> 2010-07-01 15:21:51 UTC --- hexmode/mah recently added fullwidth normalization somewhere - what I suspect you actually want (there as well as here) is Unicode NFKC form, which is more general but. It's a simple matter of calling UtfNormal::toNFKC( $string ); -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
