ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Go to the source code of this file.
Functions | |
callbackCanonical ( $matches) | |
callbackCompat ( $matches) | |
Variables | |
if (php_sapi_name() !='cli') | |
$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") | |
if( $out) | else |
callbackCanonical | ( | $matches | ) |
callbackCompat | ( | $matches | ) |
$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 |
Definition at line 131 of file UtfNormalGenerate.php.
$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 |
Definition at line 132 of file UtfNormalGenerate.php.
$total = 0 |
Definition at line 88 of file UtfNormalGenerate.php.
if ($out) else |
Definition at line 189 of file UtfNormalGenerate.php.
if(php_sapi_name() !='cli') |
Definition at line 30 of file UtfNormalGenerate.php.
while ($changed > 0) print Recursively expanding compatibility mappings n |
Definition at line 37 of file UtfNormalGenerate.php.