MediaWiki  1.34.0
BashkirUppercaseCollation.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  ], Language::factory( 'ba' ) );
70  }
71 }
BashkirUppercaseCollation\__construct
__construct()
Definition: BashkirUppercaseCollation.php:25
CustomUppercaseCollation
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
Definition: CustomUppercaseCollation.php:40
BashkirUppercaseCollation
Definition: BashkirUppercaseCollation.php:23
Language\factory
static factory( $code)
Get a cached or new language object for a given language code.
Definition: Language.php:217