MediaWiki
REL1_35
BashkirUppercaseCollation.php
Go to the documentation of this file.
1
<?php
23
use
MediaWiki\MediaWikiServices
;
24
25
class
BashkirUppercaseCollation
extends
CustomUppercaseCollation
{
26
27
public
function
__construct
() {
28
parent::__construct( [
29
'А'
,
30
'Б'
,
31
'В'
,
32
'Г'
,
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
], MediaWikiServices::getInstance()->getLanguageFactory()->getLanguage(
'ba'
) );
72
}
73
}
BashkirUppercaseCollation
Definition
BashkirUppercaseCollation.php:25
BashkirUppercaseCollation\__construct
__construct()
Definition
BashkirUppercaseCollation.php:27
CustomUppercaseCollation
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
Definition
CustomUppercaseCollation.php:40
MediaWiki\MediaWikiServices
MediaWikiServices is the service locator for the application scope of MediaWiki.
Definition
MediaWikiServices.php:152
includes
collation
BashkirUppercaseCollation.php
Generated on Sat Apr 6 2024 00:07:01 for MediaWiki by
1.9.8