cleanUp() optimization: speed up Japanese, Korean tests by another 15% by rearranging...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Nov 2004 11:28:00 +0000 (11:28 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Nov 2004 11:28:00 +0000 (11:28 +0000)
commiteae361e2f0d216b247439c1453eaf27e48d8aaf9
treee22da44021c7b840eaa9dd78debfc8656c4be0ed
parent1c54b48e4a3d278ef1391fcc5a629d0ebe30b21a
cleanUp() optimization: speed up Japanese, Korean tests by another 15% by rearranging the loop and avoiding rebuilding the string if there are no illegal characters.
Removed restrictions on U+FDD0 and friends; these do seem to be allowed by XML, though they 'recommend' you avoid them.
includes/normal/CleanUpTest.php
includes/normal/UtfNormal.php