Add support for using ICU to perform normalization, which is much much faster than...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 7 Oct 2004 05:59:10 +0000 (05:59 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 7 Oct 2004 05:59:10 +0000 (05:59 +0000)
commit0824182956884c743a6b2edc6da591e9ec1d1c02
treead5decb52767ce609e097df857c5b7fa20f26ada
parentbcd1e9e844f55a4ffa13f9068edc539818bbcc4b
Add support for using ICU to perform normalization, which is much much faster than the PHP code!
Still need to add support for cleanup/verification.
includes/normal/UtfNormal.php
includes/normal/UtfNormalBench.php
includes/normal/UtfNormalTest.php