MediaWiki REL1_31
LanguageMl.php
Go to the documentation of this file.
1<?php
29class LanguageMl extends Language {
44 function normalize( $s ) {
46 $s = parent::normalize( $s );
48 $s = $this->transformUsingPairFile( 'normalize-ml.ser', $s );
49 }
50 return $s;
51 }
52}
$wgFixMalayalamUnicode
Set this to true to replace ZWJ-based chillu sequences in Malayalam text with their Unicode 5....
Malayalam (മലയാളം)
normalize( $s)
Temporary hack for the issue described at http://permalink.gmane.org/gmane.science....
Internationalisation code.
Definition Language.php:35
transformUsingPairFile( $file, $string)
Transform a string using serialized data stored in the given file (which must be in the serialized su...