MediaWiki  REL1_19
normal Directory Reference
Directory dependency graph for includes/normal/:
includes/normal/

Files

file  RandomTest.php [code]
 

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.


file  Utf8Case.php [code]
 

Simple 1:1 upper/lowercase switching arrays for utf-8 text.


file  Utf8CaseGenerate.php [code]
 

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


file  Utf8Test.php [code]
 

Runs the UTF-8 decoder test at: http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt.


file  UtfNormal.php [code]
 

Unicode normalization routines.


file  UtfNormalBench.php [code]
 

Approximate benchmark for some basic operations.


file  UtfNormalData.inc [code]
 

This file was automatically generated -- do not edit! Run UtfNormalGenerate.php to create this file again (make clean && make)


file  UtfNormalDataK.inc [code]
 

This file was automatically generated -- do not edit! Run UtfNormalGenerate.php to create this file again (make clean && make)


file  UtfNormalDefines.php [code]
 

Some constant definitions for the unicode normalization module.


file  UtfNormalGenerate.php [code]
 

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


file  UtfNormalMemStress.php [code]
 

Approximate benchmark for some basic operations.


file  UtfNormalTest.php [code]
 

Implements the conformance test at: http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt.


file  UtfNormalTest2.php [code]
 

Other tests for the unicode normalization module.


file  UtfNormalUtil.php [code]
 

Some of these functions are adapted from places in MediaWiki.