MediaWiki REL1_39
LanguageMl.php
Go to the documentation of this file.
1<?php
26class 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 (മലയാളം)
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:53
transformUsingPairFile(string $dataClass, string $input)
Transform a string using serialized data stored in the given file (which must be in the serialized su...
foreach( $mmfl['setupFiles'] as $fileName) if($queue) if(empty( $mmfl['quiet'])) $s
A helper class for throttling authentication attempts.