MediaWiki master
BashkirUppercaseCollation.php
Go to the documentation of this file.
1<?php
24
26
27 public function __construct( LanguageFactory $languageFactory ) {
28 parent::__construct(
29 $languageFactory,
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 'ba'
75 );
76 }
77}
__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...