MediaWiki
REL1_39
BashkirUppercaseCollation.php
Go to the documentation of this file.
1
<?php
23
use
MediaWiki\Languages\LanguageFactory
;
24
25
class
BashkirUppercaseCollation
extends
CustomUppercaseCollation
{
26
30
public
function
__construct
(
LanguageFactory
$languageFactory ) {
31
parent::__construct(
32
$languageFactory,
33
[
34
'А'
,
35
'Б'
,
36
'В'
,
37
'Г'
,
38
'Ғ'
,
39
'Д'
,
40
'Ҙ'
,
41
'Е'
,
42
'Ё'
,
43
'Ж'
,
44
'З'
,
45
'И'
,
46
'Й'
,
47
'К'
,
48
'Ҡ'
,
49
'Л'
,
50
'М'
,
51
'Н'
,
52
'Ң'
,
53
'О'
,
54
'Ө'
,
55
'П'
,
56
'Р'
,
57
'С'
,
58
'Ҫ'
,
59
'Т'
,
60
'У'
,
61
'Ү'
,
62
'Ф'
,
63
'Х'
,
64
'Һ'
,
65
'Ц'
,
66
'Ч'
,
67
'Ш'
,
68
'Щ'
,
69
'Ъ'
,
70
'Ы'
,
71
'Ь'
,
72
'Э'
,
73
'Ә'
,
74
'Ю'
,
75
'Я'
,
76
],
77
'ba'
78
);
79
}
80
}
BashkirUppercaseCollation
Definition
BashkirUppercaseCollation.php:25
BashkirUppercaseCollation\__construct
__construct(LanguageFactory $languageFactory)
Definition
BashkirUppercaseCollation.php:30
CustomUppercaseCollation
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
Definition
CustomUppercaseCollation.php:42
MediaWiki\Languages\LanguageFactory
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...
Definition
LanguageFactory.php:41
includes
collation
BashkirUppercaseCollation.php
Generated on Mon Nov 25 2024 06:55:16 for MediaWiki by
1.10.0