MediaWiki master
LanguageMl.php
Go to the documentation of this file.
1<?php
22
28class LanguageMl extends Language {
43 public function normalize( $s ) {
44 $s = parent::normalize( $s );
45 return $this->transformUsingPairFile( NormalizeMl::class, $s );
46 }
47}
Malayalam (മലയാളം)
normalize( $s)
Convert Unicode 5.0 style Malayalam input to Unicode 5.1, similar to T11413 which is the same issue f...
Base class for language-specific code.
Definition Language.php:63
transformUsingPairFile(string $dataClass, string $input)
Transform a string using serialized data stored in the given file (which must be in the serialized su...