MediaWiki  REL1_19
GenerateNormalizerData Class Reference

Generates normalizer data files for Arabic and Malayalam. More...

Inheritance diagram for GenerateNormalizerData:
Collaboration diagram for GenerateNormalizerData:

List of all members.

Public Member Functions

 __construct ()
 Default constructor.
 execute ()
 Do the actual work.
 generateArabic ()
 generateMalayalam ()

Public Attributes

 $dataFile

Detailed Description

Generates normalizer data files for Arabic and Malayalam.

For NFC see includes/normal.

Definition at line 32 of file generateNormalizerData.php.


Constructor & Destructor Documentation

Default constructor.

Children should call this *first* if implementing their own constructors

Reimplemented from Maintenance.

Definition at line 35 of file generateNormalizerData.php.

References Maintenance\addOption().

Here is the call graph for this function:


Member Function Documentation

Do the actual work.

All child classes will need to implement this

Reimplemented from Maintenance.

Definition at line 41 of file generateNormalizerData.php.

References Maintenance\error(), generateArabic(), generateMalayalam(), Maintenance\getOption(), and Maintenance\hasOption().

Here is the call graph for this function:

Definition at line 60 of file generateNormalizerData.php.

References $file, $IP, echo, Maintenance\error(), and hexSequenceToUtf8().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 130 of file generateNormalizerData.php.

References $IP, echo, and hexSequenceToUtf8().

Referenced by execute().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

GenerateNormalizerData::$dataFile

Definition at line 33 of file generateNormalizerData.php.


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