MediaWiki
1.42.0
LanguageMl.php
Go to the documentation of this file.
1
<?php
21
use
MediaWiki\Languages\Data\NormalizeMl
;
22
28
class
LanguageMl
extends
Language
{
43
public
function
normalize
( $s ) {
44
$s = parent::normalize( $s );
45
return
$this->
transformUsingPairFile
( NormalizeMl::class, $s );
46
}
47
}
LanguageMl
Malayalam (മലയാളം)
Definition
LanguageMl.php:28
LanguageMl\normalize
normalize( $s)
Convert Unicode 5.0 style Malayalam input to Unicode 5.1, similar to T11413 which is the same issue f...
Definition
LanguageMl.php:43
Language
Base class for language-specific code.
Definition
Language.php:63
Language\transformUsingPairFile
transformUsingPairFile(string $dataClass, string $input)
Transform a string using serialized data stored in the given file (which must be in the serialized su...
Definition
Language.php:2840
MediaWiki\Languages\Data\NormalizeMl
Definition
NormalizeMl.php:6
includes
languages
LanguageMl.php
Generated on Thu Jun 13 2024 13:48:31 for MediaWiki by
1.10.0