includes/normal/UtfNormalGenerate.php File Reference

Go to the source code of this file.

Variables

 if (php_sapi_name()!= 'cli')
 This script generates UniNormalData.inc from the Unicode Character Database and supplementary files.
 $in = fopen("DerivedNormalizationProps.txt", "rt" )
if(!$in) print Initializing
normalization quick check
tables 
n
 $checkNFC = array()
if(!$in) $exclude = array()
if(!$in) $compatibilityDecomp = array()
 $canonicalDecomp = array()
 $canonicalComp = array()
 $combiningClass = array()
 $total = 0
 $compat = 0
 $canon = 0
 $changed = 42
 $pass = 1
 $out = fopen("UtfNormalData.inc", "wt")


Variable Documentation

$canon = 0

Definition at line 90 of file UtfNormalGenerate.php.

$canonicalComp = array()

Definition at line 86 of file UtfNormalGenerate.php.

$canonicalDecomp = array()

Definition at line 85 of file UtfNormalGenerate.php.

$changed = 42

$checkNFC = array()

Definition at line 44 of file UtfNormalGenerate.php.

$combiningClass = array()

Definition at line 87 of file UtfNormalGenerate.php.

$compat = 0

Definition at line 89 of file UtfNormalGenerate.php.

if (!$in) $compatibilityDecomp = array()

Definition at line 84 of file UtfNormalGenerate.php.

if (!$in) $exclude = array()

Definition at line 66 of file UtfNormalGenerate.php.

$in = fopen("DerivedNormalizationProps.txt", "rt" )

Definition at line 36 of file UtfNormalGenerate.php.

$out = fopen("UtfNormalData.inc", "wt")

Definition at line 168 of file UtfNormalGenerate.php.

$pass = 1

$total = 0

Definition at line 88 of file UtfNormalGenerate.php.

while ($changed > 0) print Recursively expanding compatibility mappings n

Definition at line 37 of file UtfNormalGenerate.php.


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