OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 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/gu.xml | 6 // * Source File: <path>/common/main/gu.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/gu.xml | 10 * ICU <specials> source: <path>/common/main/gu.xml |
11 */ | 11 */ |
12 gu{ | 12 gu{ |
13 AuxExemplarCharacters{"[\u200C\u200D ૰]"} | 13 AuxExemplarCharacters{"[\u200C\u200D ૰]"} |
14 Ellipsis{ | 14 Ellipsis{ |
15 final{"{0}…"} | 15 final{"{0}…"} |
16 initial{"… {0}"} | 16 initial{"… {0}"} |
17 medial{"{0} … {1}"} | 17 medial{"{0} … {1}"} |
18 word-final{"{0} …"} | 18 word-final{"{0} …"} |
19 word-initial{"… {0}"} | 19 word-initial{"… {0}"} |
20 word-medial{"{0} … {1}"} | 20 word-medial{"{0} … {1}"} |
21 } | 21 } |
22 ExemplarCharacters{ | 22 ExemplarCharacters{ |
23 "[\u0ABC ૐ \u0A82 \u0A81 ઃ અ આ ઇ ઈ ઉ ઊ ઋ ૠ ઍ એ ઐ ઑ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ
ઞ ટ " | 23 "[\u0ABC ૐ \u0A82 \u0A81 ઃ અ આ ઇ ઈ ઉ ઊ ઋ ૠ ઍ એ ઐ ઑ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ
ઞ ટ " |
24 "ઠ ડ ઢ ણ ત થ દ ધ ન પ ફ બ ભ મ ય ર લ વ શ ષ સ હ ળ ઽ ા િ ી \u0AC1 \u0AC2 \u0
AC3 " | 24 "ઠ ડ ઢ ણ ત થ દ ધ ન પ ફ બ ભ મ ય ર લ વ શ ષ સ હ ળ ઽ ા િ ી \u0AC1 \u0AC2 \u0
AC3 " |
25 "\u0AC4 \u0AC5 \u0AC7 \u0AC8 ૉ ો ૌ \u0ACD]" | 25 "\u0AC4 \u0AC5 \u0AC7 \u0AC8 ૉ ો ૌ \u0ACD]" |
| 26 "\u200C \u200D" |
26 } | 27 } |
27 ExemplarCharactersIndex{ | 28 ExemplarCharactersIndex{ |
28 "[અ {અ\u0A82} {અઃ} આ ઇ ઈ ઉ ઊ ઋ ઍ એ ઐ ઑ ઓ ઔ ક {ક\u0ACDષ} ખ ગ ઘ ઙ ચ છ જ {જ
" | 29 "[અ {અ\u0A82} {અઃ} આ ઇ ઈ ઉ ઊ ઋ ઍ એ ઐ ઑ ઓ ઔ ક {ક\u0ACDષ} ખ ગ ઘ ઙ ચ છ જ {જ
" |
29 "\u0ACDઞ} ઝ ઞ ટ ઠ ડ ઢ ણ ત {ત\u0ACDર} થ દ ધ ન પ ફ બ ભ મ ય ર લ વ શ ષ સ હ ળ
]" | 30 "\u0ACDઞ} ઝ ઞ ટ ઠ ડ ઢ ણ ત {ત\u0ACDર} થ દ ધ ન પ ફ બ ભ મ ય ર લ વ શ ષ સ હ ળ
]" |
30 } | 31 } |
31 ExemplarCharactersPunctuation{ | 32 ExemplarCharactersPunctuation{ |
32 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # †
‡ ′ " | 33 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # †
‡ ′ " |
33 "″]" | 34 "″]" |
34 } | 35 } |
35 LocaleScript{ | 36 LocaleScript{ |
(...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1559 one{"{0} ઘન માઇલ"} | 1560 one{"{0} ઘન માઇલ"} |
1560 other{"{0} ઘન માઇલ"} | 1561 other{"{0} ઘન માઇલ"} |
1561 } | 1562 } |
1562 liter{ | 1563 liter{ |
1563 one{"{0} લિ"} | 1564 one{"{0} લિ"} |
1564 other{"{0} લિ"} | 1565 other{"{0} લિ"} |
1565 } | 1566 } |
1566 } | 1567 } |
1567 } | 1568 } |
1568 } | 1569 } |
OLD | NEW |