MediaWiki REL1_35
BashkirUppercaseCollation.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 ], MediaWikiServices::getInstance()->getLanguageFactory()->getLanguage( 'ba' ) );
72 }
73}
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
MediaWikiServices is the service locator for the application scope of MediaWiki.