MediaWiki master
BashkirUppercaseCollation.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 'ba'
78 );
79 }
80}
__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...