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/nnh.xml | 6 // * Source File: <path>/common/main/nnh.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/nnh.xml | 10 * ICU <specials> source: <path>/common/main/nnh.xml |
11 */ | 11 */ |
12 nnh{ | 12 nnh{ |
13 AuxExemplarCharacters{"[q r x]"} | 13 AuxExemplarCharacters{"[q r x]"} |
14 ExemplarCharacters{ | 14 ExemplarCharacters{ |
15 "[a á à â ǎ b c d e é è ê ě ɛ {ɛ\u0301} {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} f
g h i" | 15 "[a á à â ǎ b c d e é è ê ě ɛ {ɛ\u0301} {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} f
g h i" |
16 " í ì j k l m n ŋ o ó ò ô ǒ ɔ {ɔ\u0301} {ɔ\u0300} {ɔ\u0302} {ɔ\u030C} p
{pf} " | 16 " í ì j k l m ḿ n ń ŋ o ó ò ô ǒ ɔ {ɔ\u0301} {ɔ\u0300} {ɔ\u0302} {ɔ\u030C
} p {" |
17 "s {sh} t {ts} u ú ù û ǔ ʉ {ʉ\u0301} {ʉ\u0300} {ʉ\u0302} {ʉ\u030C} v w ẅ
y ÿ " | 17 "pf} s {sh} t {ts} u ú ù û ǔ ʉ {ʉ\u0301} {ʉ\u0300} {ʉ\u0302} {ʉ\u030C} v
w ẅ " |
18 "z ʼ]" | 18 "y ÿ z ʼ]" |
19 } | 19 } |
20 ExemplarCharactersIndex{ | 20 ExemplarCharactersIndex{ |
21 "[A B C D E Ɛ F G H I J K L M N Ŋ O Ɔ P {Pf} R S {Sh} T {Ts} U Ʉ V W Ẅ Y
Ÿ Z " | 21 "[A B C D E Ɛ F G H I J K L M N Ŋ O Ɔ P {Pf} R S {Sh} T {Ts} U Ʉ V W Ẅ Y
Ÿ Z " |
22 "ʼ]" | 22 "ʼ]" |
23 } | 23 } |
24 ExemplarCharactersPunctuation{"[, ; \\: ! ? . ' ‘ ’ « »]"} | 24 ExemplarCharactersPunctuation{"[, ; \\: ! ? . ' ‘ ’ « »]"} |
25 LocaleScript{ | 25 LocaleScript{ |
26 "Latn", | 26 "Latn", |
27 } | 27 } |
28 NumberElements{ | 28 NumberElements{ |
29 latn{ | 29 latn{ |
| 30 patterns{ |
| 31 currencyFormat{"¤ #,##0.00"} |
| 32 decimalFormat{"#,##0.###"} |
| 33 } |
30 symbols{ | 34 symbols{ |
31 decimal{","} | 35 decimal{","} |
32 group{"."} | 36 group{"."} |
33 list{";"} | 37 list{";"} |
34 percentSign{"%"} | 38 percentSign{"%"} |
35 } | 39 } |
36 } | 40 } |
37 } | 41 } |
38 Version{"2.0.92.97"} | 42 Version{"2.1.6.69"} |
39 calendar{ | 43 calendar{ |
40 generic{ | 44 generic{ |
41 DateTimePatterns{ | 45 DateTimePatterns{ |
42 "HH:mm:ss zzzz", | 46 "HH:mm:ss zzzz", |
43 "HH:mm:ss z", | 47 "HH:mm:ss z", |
44 "HH:mm:ss", | 48 "HH:mm:ss", |
45 "HH:mm", | 49 "HH:mm", |
46 "EEEE , 'lyɛ'̌ʼ d 'na' MMMM, y G", | 50 "EEEE , 'lyɛ'̌ʼ d 'na' MMMM, y G", |
47 "'lyɛ'̌ʼ d 'na' MMMM, y G", | 51 "'lyɛ'̌ʼ d 'na' MMMM, y G", |
48 "d MMM, y G", | 52 "d MMM, y G", |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 dn{"ngàba láʼ"} | 251 dn{"ngàba láʼ"} |
248 } | 252 } |
249 year{ | 253 year{ |
250 dn{"ngùʼ"} | 254 dn{"ngùʼ"} |
251 } | 255 } |
252 } | 256 } |
253 measurementSystemNames{ | 257 measurementSystemNames{ |
254 metric{"fʉ̀ʼʉ mmó"} | 258 metric{"fʉ̀ʼʉ mmó"} |
255 } | 259 } |
256 } | 260 } |
OLD | NEW |