MediaWiki  1.23.0
LanguageMl.php
Go to the documentation of this file.
1 <?php
29 class LanguageMl extends Language {
44  function normalize( $s ) {
45  global $wgFixMalayalamUnicode;
46  $s = parent::normalize( $s );
47  if ( $wgFixMalayalamUnicode ) {
48  $s = $this->transformUsingPairFile( 'normalize-ml.ser', $s );
49  }
50  return $s;
51  }
52 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
$s
$s
Definition: mergeMessageFileList.php:156
LanguageMl\normalize
normalize( $s)
Temporary hack for the issue described at http://permalink.gmane.org/gmane.science....
Definition: LanguageMl.php:44
global
when a variable name is used in a it is silently declared as a new masking the global
Definition: design.txt:93
Language\transformUsingPairFile
transformUsingPairFile( $file, $string)
Transform a string using serialized data stored in the given file (which must be in the serialized su...
Definition: Language.php:2854
LanguageMl
Malayalam (മലയാളം)
Definition: LanguageMl.php:29
Language
Internationalisation code.
Definition: Language.php:74