MediaWiki
REL1_31
LanguageAr.php
Go to the documentation of this file.
1
<?php
30
class
LanguageAr
extends
Language
{
31
43
function
normalize
(
$s
) {
44
global
$wgFixArabicUnicode
;
45
$s
= parent::normalize(
$s
);
46
if
(
$wgFixArabicUnicode
) {
47
$s
= $this->
transformUsingPairFile
(
'normalize-ar.ser'
,
$s
);
48
}
49
return
$s
;
50
}
51
}
$wgFixArabicUnicode
$wgFixArabicUnicode
Set this to true to replace Arabic presentation forms with their standard forms in the U+0600-U+06FF ...
Definition
DefaultSettings.php:2971
LanguageAr
Arabic (العربية)
Definition
LanguageAr.php:30
LanguageAr\normalize
normalize( $s)
Temporary hack for T11413: replace Arabic presentation forms with their standard equivalents.
Definition
LanguageAr.php:43
Language
Internationalisation code.
Definition
Language.php:35
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:3026
$s
$s
Definition
mergeMessageFileList.php:187
languages
classes
LanguageAr.php
Generated on Mon Nov 25 2024 15:35:37 for MediaWiki by
1.10.0