aboutsummaryrefslogtreecommitdiffstats
path: root/includes/normal
Commit message (Expand)AuthorAgeFilesLines
* Update files as currently generated.Brion Vibber2005-05-182-5/+5
* fix phpdoc commentAntoine Musso2005-01-272-17/+48
* notesBrion Vibber2004-12-031-0/+21
* Require running from command lineBrion Vibber2004-12-031-0/+5
* Fix composition bug: completed hangul syllable should not be merged with anot...Brion Vibber2004-11-152-1/+55
* Add a utf-8 to hex sequence function for debuggingBrion Vibber2004-11-151-0/+14
* Test: feeds random strings to both pure PHP and ICU code paths looking for di...Brion Vibber2004-11-141-0/+106
* Fix regression in ICU-mode UTF-8 verification: U+FFFF is forbiddenBrion Vibber2004-11-142-2/+11
* Support using ICU to do most of the heavy lifting in cleanUp() if the extensi...Brion Vibber2004-11-143-3/+43
* Fix regression: surrogate half followed by extra tail bytesBrion Vibber2004-11-142-0/+14
* Fix UTF-8 validation regression: well-formed but forbidden UTF-8 sequence fol...Brion Vibber2004-11-142-1/+27
* Fix UTF-8 validation regression where a bad head byte is followed by ascii, t...Brion Vibber2004-11-142-1/+40
* Ignore some Mac-related filesBrion Vibber2004-11-141-0/+2
* Fix UTF-8 validation bug where some cases didn't get replacement chars insert...Brion Vibber2004-11-142-1/+26
* Add a Russian test file to the benchmark (2-byte characters, using ASCII spac...Brion Vibber2004-11-112-1/+5
* Tweak benchmark a bit; display times in milliseconds instead of seconds for l...Brion Vibber2004-11-071-6/+12
* cleanUp() optimization: speed up Japanese, Korean tests by another 15% by rea...Brion Vibber2004-11-072-85/+148
* Don't run the control characters through the invariant test, as they are stri...Brion Vibber2004-11-061-1/+2
* Don't forgot to actually _make_ the replacements for illegal chars. :PBrion Vibber2004-11-061-1/+1
* Adding some extra tests for the cleanUp() functionBrion Vibber2004-11-061-0/+217
* Shave off a few more milliseconds from cleanUp() inner loop.Brion Vibber2004-11-051-5/+5
* Shave a few more percentage points from times on cleanUp() on unicode text by...Brion Vibber2004-11-051-7/+8
* More incremental optimization on cleanUp():Brion Vibber2004-11-051-33/+57
* cleanUp() optimization: about 1/8 speed boost on unicode-dominant text (Japan...Brion Vibber2004-11-051-17/+20
* cleanUp() optimization: split the string into pure ASCII chunks and chunks wh...Brion Vibber2004-11-051-69/+72
* Optimization on cleanUp(): roughly 1/3 speed boost on ascii-dominant but not ...Brion Vibber2004-11-041-0/+8
* Optimize inner loop in cleanUp(): boosts performance on non-ASCII text by abo...Brion Vibber2004-11-041-68/+73
* The pass-by-reference on the string on fastCompose() really slows things down...Brion Vibber2004-10-301-5/+6
* More inlining; fastCompose() is now twice as fast on hangul chars, which cuts...Brion Vibber2004-10-301-63/+75
* Work through the NFC substeps with the actual data to make the substep times ...Brion Vibber2004-10-301-2/+10
* Benchmark was pulling the wrong Tokyo article (shorter than the others)Brion Vibber2004-10-301-1/+1
* Add some sub-functions back to the benchmarkBrion Vibber2004-10-301-1/+2
* Optimize inner loops a bit.Brion Vibber2004-10-301-75/+113
* Subject UtfNormal::cleanUp() to the same tests as UtfNormal::toNFC()Brion Vibber2004-10-301-0/+17
* Munge doc comments. Mark as its own package for docs.Brion Vibber2004-10-286-8/+45
* Load form C data on demand; if we are dealing in all-ASCII text we can save s...Brion Vibber2004-10-093-3/+24
* Add support for using ICU to perform normalization, which is much much faster...Brion Vibber2004-10-073-5/+36
* Fetch test data for the benchmarkBrion Vibber2004-10-072-2/+14
* Doc commentsBrion Vibber2004-09-271-1/+24
* Add remotely fetched files to .cvsignore to reduce screen pollutionBrion Vibber2004-09-231-0/+8
* Some more phpdoc bitsBrion Vibber2004-09-041-20/+87
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-035-23/+54
* Change the way comment are generated so they are compatible with phpdocumento...Antoine Musso2004-09-033-16/+33
* Correction to the \r strippingBrion Vibber2004-09-031-3/+5
* Add UtfNormal::cleanUp() function: strips XML-unsafe characters and illegal U...Brion Vibber2004-09-036-14/+323
* Split the data arrays for form KC, KD to a separate include file and load it ...Brion Vibber2004-09-025-7/+40
* Unicode normalization routines.Brion Vibber2004-08-298-0/+975