MediaWiki master
|
Generate first letter data files for Collation.php. More...
Inherits Maintenance.
Public Member Functions | |
__construct () | |
execute () | |
Public Attributes | |
string | $dataDir |
The directory with source data files in it. | |
string | $debugOutFile |
string[] | $mappedChars |
A hashtable keyed by codepoint, where presence indicates that a character has a decomposition mapping. | |
int | $weights |
The primary weights, indexed by codepoint. | |
Generate first letter data files for Collation.php.
Definition at line 35 of file generateCollationData.php.
GenerateCollationData::__construct | ( | ) |
Definition at line 56 of file generateCollationData.php.
GenerateCollationData::execute | ( | ) |
Definition at line 65 of file generateCollationData.php.
string GenerateCollationData::$dataDir |
The directory with source data files in it.
Definition at line 37 of file generateCollationData.php.
string GenerateCollationData::$debugOutFile |
Definition at line 51 of file generateCollationData.php.
string [] GenerateCollationData::$mappedChars |
A hashtable keyed by codepoint, where presence indicates that a character has a decomposition mapping.
This makes it non-preferred for group header selection.
Definition at line 48 of file generateCollationData.php.
int GenerateCollationData::$weights |
The primary weights, indexed by codepoint.
Definition at line 40 of file generateCollationData.php.