Shave a few more percentage points from times on cleanUp() on unicode text by buildin...
[lhc/web/wiklou.git] / includes / normal / UtfNormal.php
2004-11-05 Brion VibberShave a few more percentage points from times on cleanU...
2004-11-05 Brion VibberMore incremental optimization on cleanUp():
2004-11-05 Brion VibbercleanUp() optimization: about 1/8 speed boost on unicod...
2004-11-05 Brion VibbercleanUp() optimization: split the string into pure...
2004-11-04 Brion VibberOptimization on cleanUp(): roughly 1/3 speed boost...
2004-11-04 Brion VibberOptimize inner loop in cleanUp(): boosts performance...
2004-10-30 Brion VibberThe pass-by-reference on the string on fastCompose...
2004-10-30 Brion VibberMore inlining; fastCompose() is now twice as fast on...
2004-10-30 Brion VibberOptimize inner loops a bit.
2004-10-28 Brion VibberMunge doc comments. Mark as its own package for docs.
2004-10-09 Brion VibberLoad form C data on demand; if we are dealing in all...
2004-10-07 Brion VibberAdd support for using ICU to perform normalization...
2004-09-27 Brion VibberDoc comments
2004-09-04 Brion VibberSome more phpdoc bits
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Brion VibberCorrection to the \r stripping
2004-09-03 Brion VibberAdd UtfNormal::cleanUp() function: strips XML-unsafe...
2004-09-02 Brion VibberSplit the data arrays for form KC, KD to a separate...
2004-08-29 Brion VibberUnicode normalization routines.