 | Up one level
| |
 | Makefile [source] [78 lines] | |
 | README [source] [59 lines] | |
 | RandomTest.php [source] [102 lines] | Test feeds random 16-byte strings to both the pure PHP and ICU-based UtfNormal::cleanUp() code paths, and checks to see if there's a difference. Will run forever until it finds one or you kill it. |
 | Utf8Test.php [source] [156 lines] | Runs the UTF-8 decoder test at: http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt |
 | UtfNormal.php [source] [790 lines] | Unicode normalization routines Copyright © 2004 Brion Vibber https://www.mediawiki.org/ |
 | UtfNormalBench.php [source] [105 lines] | Approximate benchmark for some basic operations. |
 | UtfNormalData.inc [source] [14 lines] | This file was automatically generated -- do not edit! Run UtfNormalGenerate.php to create this file again (make clean && make) |
 | UtfNormalDataK.inc [source] [11 lines] | This file was automatically generated -- do not edit! Run UtfNormalGenerate.php to create this file again (make clean && make) |
 | UtfNormalDefines.php [source] [77 lines] | Some constant definitions for the unicode normalization module. |
 | UtfNormalGenerate.php [source] [250 lines] | This script generates UniNormalData.inc from the Unicode Character Database and supplementary files. Copyright (C) 2004 Brion Vibber https://www.mediawiki.org/ |
 | UtfNormalMemStress.php [source] [107 lines] | Approximate benchmark for some basic operations. Runs large chunks of text through cleanup with a lowish memory limit, to test regression on mem usage (bug 28146) |
 | UtfNormalTest.php [source] [257 lines] | Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt |
 | UtfNormalTest2.php [source] [275 lines] | Other tests for the unicode normalization module. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | UtfNormalUtil.php [source] [154 lines] | Some of these functions are adapted from places in MediaWiki. Should probably merge them for consistency. Copyright © 2004 Brion Vibber https://www.mediawiki.org/ |