MediaWiki master
CentralKurdishUppercaseCollation.php
Go to the documentation of this file.
1<?php
9namespace MediaWiki\Collation;
10
11use MediaWiki\Languages\LanguageFactory;
12
19
20 public function __construct( LanguageFactory $languageFactory ) {
21 parent::__construct(
22 $languageFactory,
23 [
24 'ئ',
25 'ا',
26 'ب',
27 'پ',
28 'ت',
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 'ckb'
65 );
66 }
67}
68
70class_alias( CentralKurdishUppercaseCollation::class, 'CentralKurdishUppercaseCollation' );
Resort normal UTF-8 order by putting a bunch of stuff in PUA.