MediaWiki  master
AbkhazUppercaseCollation.php
Go to the documentation of this file.
1 <?php
24 
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  'Ф',
78  'Х',
79  'Хь',
80  'Хә',
81  'Ҳ',
82  'Ҳә',
83  'Ц',
84  'Цә',
85  'Ҵ',
86  'Ҵә',
87  'Ч',
88  'Ҷ',
89  'Ҽ',
90  'Ҿ',
91  'Ш',
92  'Шь',
93  'Шә',
94  'Ы',
95  'Ҩ',
96  'Џ',
97  'Џь',
98  'ь',
99  'ә',
100  ],
101  'ab'
102  );
103  }
104 }
__construct(LanguageFactory $languageFactory)
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...