UtfNormal


Classes

class  CleanUpTest
 Additional tests for UtfNormal::cleanUp() function, inclusion regression checks for known problems. More...
class  UtfNormal
 Unicode normalization routines for working with UTF-8 strings. More...

Variables

 if (php_sapi_name()!= 'cli')
 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.
 if (php_sapi_name()!= 'cli')
 This script generates Utf8Case.inc from the Unicode Character Database and supplementary files.
 if (isset($_SERVER['argv'])&&in_array( '--icu', $_SERVER['argv']))
 Approximate benchmark for some basic operations.
 if (php_sapi_name()!= 'cli')
 This script generates UniNormalData.inc from the Unicode Character Database and supplementary files.
 $verbose = true
 Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt.

Variable Documentation

$verbose = true

if(php_sapi_name()!= 'cli')

This script generates UniNormalData.inc from the Unicode Character Database and supplementary files.

Access:
private

Definition at line 30 of file UtfNormalGenerate.php.

if(isset($_SERVER['argv'])&&in_array( '--icu', $_SERVER['argv']))

Approximate benchmark for some basic operations.

Access:
private

Definition at line 28 of file UtfNormalBench.php.

if(php_sapi_name()!= 'cli')

This script generates Utf8Case.inc from the Unicode Character Database and supplementary files.

Access:
private

Definition at line 30 of file Utf8CaseGenerate.php.

if(php_sapi_name()!= 'cli')

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.

Access:
private

Definition at line 29 of file RandomTest.php.


Generated on Sat Sep 5 02:08:28 2009 for MediaWiki by  doxygen 1.5.9