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