Support using ICU to do most of the heavy lifting in cleanUp() if the extension is...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Nov 2004 05:17:29 +0000 (05:17 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Nov 2004 05:17:29 +0000 (05:17 +0000)
commite4e75a58a6eace77977adbaa1c9199be6f432d7f
tree873499af73a0697bcdd5949ab58c61810ce5ce83
parent4a4f248655de7ed513ae45058cbc9f3c3103426b
Support using ICU to do most of the heavy lifting in cleanUp() if the extension is loaded.
Modestly faster for roman text (1-2x), 16-20x faster than the PHP looping for already normalized Russian, Japanese, and Korean text.
includes/normal/CleanUpTest.php
includes/normal/Makefile
includes/normal/UtfNormal.php