MediaWiki master
GenerateCollationData Class Reference

Generate first letter data files for Collation.php. More...

Inherits Maintenance.

Collaboration diagram for GenerateCollationData:

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.
 

Detailed Description

Generate first letter data files for Collation.php.

Definition at line 35 of file generateCollationData.php.

Constructor & Destructor Documentation

◆ __construct()

GenerateCollationData::__construct ( )

Definition at line 56 of file generateCollationData.php.

Member Function Documentation

◆ execute()

GenerateCollationData::execute ( )

Definition at line 65 of file generateCollationData.php.

Member Data Documentation

◆ $dataDir

string GenerateCollationData::$dataDir

The directory with source data files in it.

Definition at line 37 of file generateCollationData.php.

◆ $debugOutFile

string GenerateCollationData::$debugOutFile

Definition at line 51 of file generateCollationData.php.

◆ $mappedChars

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.

◆ $weights

int GenerateCollationData::$weights

The primary weights, indexed by codepoint.

Definition at line 40 of file generateCollationData.php.


The documentation for this class was generated from the following file: