MediaWiki REL1_37
LanguageMl.php
Go to the documentation of this file.
1<?php
29class LanguageMl extends Language {
44 public function normalize( $s ) {
45 $s = parent::normalize( $s );
46 $s = $this->transformUsingPairFile( MediaWiki\Languages\Data\NormalizeMl::class, $s );
47 return $s;
48 }
49}
Malayalam (മലയാളം)
normalize( $s)
Convert Unicode 5.0 style Malayalam input to Unicode 5.1, similar to T11413 which is the same issue f...
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition Language.php:42
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.