MediaWiki master
InariSaamiUppercaseCollation.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 'A',
32 'Á',
33 'Ä',
34 'Â',
35 'Å',
36 'Æ',
37 'B',
38 'C',
39 'Č',
40 'D',
41 'Đ',
42 'E',
43 'F',
44 'G',
45 'H',
46 'I',
47 'J',
48 'K',
49 'L',
50 'M',
51 'N',
52 'Ŋ',
53 'O',
54 'Ö',
55 'Ø',
56 'P',
57 'Q',
58 'R',
59 'S',
60 'Š',
61 'T',
62 'U',
63 'V',
64 'W',
65 'X',
66 'Y',
67 'Z',
68 'Ž',
69 ],
70 'smn'
71 );
72 }
73}
Resort normal UTF-8 order by putting a bunch of stuff in PUA.
__construct(LanguageFactory $languageFactory)
Internationalisation code See https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation for more...