OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2014 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/pa_Arab.xml | 6 // * Source File: <path>/common/main/pa_Arab.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/pa_Arab.xml | 10 * ICU <specials> source: <path>/common/main/pa_Arab.xml |
11 */ | 11 */ |
12 pa_Arab{ | 12 pa_Arab{ |
13 %%Parent{"root"} | 13 %%Parent{"root"} |
14 AuxExemplarCharacters{"[\u200E\u200F أ ٻ ة ٺ ټ ٽ]"} | 14 AuxExemplarCharacters{"[\u200E\u200F أ ٻ ة ٺ ټ ٽ]"} |
15 ExemplarCharacters{ | 15 ExemplarCharacters{ |
16 "[\u064F ء آ ؤ ئ ا ب پ ت ث ٹ ج چ ح خ د ذ ڈ ر ز ڑ ژ س ش ص ض ط ظ ع غ ف ق ک
گ ل " | 16 "[\u064F ء آ ؤ ئ ا ب پ ت ث ٹ ج چ ح خ د ذ ڈ ر ز ڑ ژ س ش ص ض ط ظ ع غ ف ق ک
گ ل " |
17 "م ن ں ه ھ ہ و ی ے]" | 17 "م ن ں ه ھ ہ و ی ے]" |
18 } | 18 } |
19 LocaleScript{ | 19 LocaleScript{ |
20 "Arab", | 20 "Arab", |
21 } | 21 } |
22 NumberElements{ | 22 NumberElements{ |
23 default{"arabext"} | 23 default{"arabext"} |
24 latn{ | 24 latn{ |
25 symbols{ | 25 symbols{ |
26 minusSign{"-"} | 26 minusSign{"-"} |
27 plusSign{"+"} | 27 plusSign{"+"} |
28 } | 28 } |
29 } | 29 } |
30 native{"arabext"} | 30 native{"arabext"} |
31 } | 31 } |
32 Version{"2.0.92.75"} | 32 Version{"2.1.6.69"} |
33 calendar{ | 33 calendar{ |
34 generic{ | 34 generic{ |
35 DateTimePatterns{ | 35 DateTimePatterns{ |
36 "h:mm:ss a zzzz", | 36 "h:mm:ss a zzzz", |
37 "h:mm:ss a z", | 37 "h:mm:ss a z", |
38 "h:mm:ss a", | 38 "h:mm:ss a", |
39 "h:mm a", | 39 "h:mm a", |
40 "EEEE, dd MMMM y G", | 40 "EEEE, dd MMMM y G", |
41 "d MMMM y G", | 41 "d MMMM y G", |
42 "d MMM y G", | 42 "d MMM y G", |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 dn{"ورھا"} | 150 dn{"ورھا"} |
151 } | 151 } |
152 zone{ | 152 zone{ |
153 dn{"ٹپہ"} | 153 dn{"ٹپہ"} |
154 } | 154 } |
155 } | 155 } |
156 layout{ | 156 layout{ |
157 characters{"right-to-left"} | 157 characters{"right-to-left"} |
158 } | 158 } |
159 } | 159 } |
OLD | NEW |