MediaWiki REL1_37
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 'ab'
100 );
101 }
102}
__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...