MediaWiki REL1_35
AbkhazUppercaseCollation.php
Go to the documentation of this file.
1<?php
24
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 'Х',
72 'Хь',
73 'Хә',
74 'Ҳ',
75 'Ҳә',
76 'Ц',
77 'Цә',
78 'Ҵ',
79 'Ҵә',
80 'Ч',
81 'Ҷ',
82 'Ҽ',
83 'Ҿ',
84 'Ш',
85 'Шь',
86 'Шә',
87 'Ы',
88 'Ҩ',
89 'Џ',
90 'Џь',
91 'ь',
92 'ә',
93 ], MediaWikiServices::getInstance()->getLanguageFactory()->getLanguage( 'ab' ) );
94 }
95}
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
MediaWikiServices is the service locator for the application scope of MediaWiki.