MediaWiki  1.34.0
AbkhazUppercaseCollation.php
Go to the documentation of this file.
1 <?php
24 
25  public function __construct() {
26  parent::__construct( [
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  'С',
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  ], Language::factory( 'ab' ) );
92  }
93 }
AbkhazUppercaseCollation
Definition: AbkhazUppercaseCollation.php:23
CustomUppercaseCollation
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
Definition: CustomUppercaseCollation.php:40
AbkhazUppercaseCollation\__construct
__construct()
Definition: AbkhazUppercaseCollation.php:25
Language\factory
static factory( $code)
Get a cached or new language object for a given language code.
Definition: Language.php:217