MediaWiki  master
LanguageMl.php
Go to the documentation of this file.
1 <?php
26 class LanguageMl extends Language {
41  public function normalize( $s ) {
42  $s = parent::normalize( $s );
43  $s = $this->transformUsingPairFile( MediaWiki\Languages\Data\NormalizeMl::class, $s );
44  return $s;
45  }
46 }
Malayalam (മലയാളം)
Definition: LanguageMl.php:26
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:41
Base class for language-specific code.
Definition: Language.php:56
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:2977
The MediaWiki class is the helper class for the index.php entry point.
Definition: MediaWiki.php:43
foreach( $mmfl['setupFiles'] as $fileName) if( $queue) if(empty( $mmfl['quiet'])) $s