MediaWiki master
InariSaamiUppercaseCollation.php
Go to the documentation of this file.
1<?php
9namespace MediaWiki\Collation;
10
11use MediaWiki\Languages\LanguageFactory;
12
14
15 public function __construct( LanguageFactory $languageFactory ) {
16 parent::__construct(
17 $languageFactory,
18 [
19 'A',
20 'Á',
21 'Ä',
22 'Â',
23 'Å',
24 'Æ',
25 'B',
26 'C',
27 'Č',
28 'D',
29 'Đ',
30 'E',
31 'F',
32 'G',
33 'H',
34 'I',
35 'J',
36 'K',
37 'L',
38 'M',
39 'N',
40 'Ŋ',
41 'O',
42 'Ö',
43 'Ø',
44 'P',
45 'Q',
46 'R',
47 'S',
48 'Š',
49 'T',
50 'U',
51 'V',
52 'W',
53 'X',
54 'Y',
55 'Z',
56 'Ž',
57 ],
58 'smn'
59 );
60 }
61}
62
64class_alias( InariSaamiUppercaseCollation::class, 'InariSaamiUppercaseCollation' );
Resort normal UTF-8 order by putting a bunch of stuff in PUA.