MediaWiki master
BashkirUppercaseCollation.php
Go to the documentation of this file.
1<?php
9namespace MediaWiki\Collation;
10
11use MediaWiki\Languages\LanguageFactory;
12
14
15 public function __construct( LanguageFactory $languageFactory ) {
16 parent::__construct(
17 $languageFactory,
18 [
19 'А',
20 'Б',
21 'В',
22 'Г',
23 'Ғ',
24 'Д',
25 'Ҙ',
26 'Е',
27 'Ё',
28 'Ж',
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 'ba'
63 );
64 }
65}
66
68class_alias( BashkirUppercaseCollation::class, 'BashkirUppercaseCollation' );
Resort normal UTF-8 order by putting a bunch of stuff in PUA.