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") |
$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.
Referenced by _DiffEngine::_shift_boundaries(), Article::doEdit(), LinksUpdate::doIncrementalUpdate(), Article::editUpdates(), SpecialNewpages::filterLinks(), WhatLinksHerePage::getFilterPanel(), WhatLinksHerePage::getPrevNext(), WikiRevision::importOldRevision(), LinksUpdate::invalidateProperties(), populate_rev_parent_id(), User::setNewtalk(), Article::updateRestrictions(), wfAllMessagesMakeHTMLText(), and wfAppendToArrayIfNotDefault().
$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.
Referenced by cmp_ok(), include_ok(), is(), is_deeply(), isa_ok(), isnt(), like(), DatabaseSqlite::open(), require_ok(), and unlike().
$total = 0 |
Definition at line 88 of file UtfNormalGenerate.php.
Definition at line 37 of file UtfNormalGenerate.php.