MediaWiki master
CentralKurdishUppercaseCollation.php
Go to the documentation of this file.
1<?php
24
31
32 public function __construct( LanguageFactory $languageFactory ) {
33 parent::__construct(
34 $languageFactory,
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 'ێ'
75 ],
76 'ckb'
77 );
78 }
79}
__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...