MediaWiki  REL1_19
UtfNormalGenerate.php File Reference

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

Go to the source code of this file.

Variables

 $canon = 0
 $canonicalComp = array()
 $canonicalDecomp = array()
 $changed = 42
 $checkNFC = array()
 $combiningClass = array()
 $compat = 0
if(!$in) $compatibilityDecomp = array()
if(!$in) $exclude = array()
 $in = fopen("DerivedNormalizationProps.txt", "rt" )
 $out = fopen("UtfNormalData.inc", "wt")
 $pass = 1
 $total = 0
 if (php_sapi_name()!= 'cli')
if(!$in) print Initializing
normalization quick check
tables 
n

Detailed Description

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

Copyright (C) 2004 Brion Vibber <[email protected]> http://www.mediawiki.org/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition in file UtfNormalGenerate.php.


Variable Documentation

$canon = 0

Definition at line 89 of file UtfNormalGenerate.php.

$canonicalComp = array()

Definition at line 85 of file UtfNormalGenerate.php.

$canonicalDecomp = array()

Definition at line 84 of file UtfNormalGenerate.php.

$checkNFC = array()

Definition at line 43 of file UtfNormalGenerate.php.

$combiningClass = array()

Definition at line 86 of file UtfNormalGenerate.php.

$compat = 0

Definition at line 88 of file UtfNormalGenerate.php.

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

Definition at line 83 of file UtfNormalGenerate.php.

if (!$in) $exclude = array()
$in = fopen("DerivedNormalizationProps.txt", "rt" )

Definition at line 35 of file UtfNormalGenerate.php.

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

Definition at line 167 of file UtfNormalGenerate.php.

$pass = 1

Definition at line 131 of file UtfNormalGenerate.php.

Referenced by SpecialChangeEmail\attemptChange(), and Article\view().

$total = 0

Definition at line 87 of file UtfNormalGenerate.php.

if(php_sapi_name()!= 'cli')

Definition at line 28 of file UtfNormalGenerate.php.

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

Definition at line 36 of file UtfNormalGenerate.php.