OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
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>/xml/main/gu.xml | 10 * ICU <specials> source: <path>/xml/main/gu.xml |
11 */ | 11 */ |
12 gu{ | 12 gu{ |
13 AuxExemplarCharacters{"[\u200C \u200D]"} | 13 AuxExemplarCharacters{"[\u200C \u200D]"} |
14 ExemplarCharacters{ | 14 ExemplarCharacters{ |
15 "[ૐ અ આ ઇ ઈ ઉ ઊ ઋ ૠ ઍ એ ઐ ઑ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ ઞ ટ ઠ ડ ઢ ણ ત થ દ ધ ન
પ ફ બ" | 15 "[ૐ અ આ ઇ ઈ ઉ ઊ ઋ ૠ ઍ એ ઐ ઑ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ ઞ ટ ઠ ડ ઢ ણ ત થ દ ધ ન
પ ફ બ" |
16 " ભ મ ય ર લ વ શ ષ સ હ \u0ABC \u0A81 \u0A82 ઃ ળ ઽ \u0ACD ા િ ી \u0AC1 \u0
AC2 " | 16 " ભ મ ય ર લ વ શ ષ સ હ \u0ABC \u0A81 \u0A82 ઃ ળ ઽ \u0ACD ા િ ી \u0AC1 \u0
AC2 " |
| 17 "\u200C \u200D" |
17 "\u0AC3 \u0AC4 \u0AC5 \u0AC7 \u0AC8 ૉ ો ૌ]" | 18 "\u0AC3 \u0AC4 \u0AC5 \u0AC7 \u0AC8 ૉ ો ૌ]" |
18 } | 19 } |
19 ExemplarCharactersIndex{ | 20 ExemplarCharactersIndex{ |
20 "[અ આ ઇ ઈ ઉ ઊ ઋ એ ઐ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ ઞ ટ ઠ ડ ઢ ણ ત થ દ ધ ન પ ફ બ ભ
મ ય ર" | 21 "[અ આ ઇ ઈ ઉ ઊ ઋ એ ઐ ઓ ઔ ક ખ ગ ઘ ઙ ચ છ જ ઝ ઞ ટ ઠ ડ ઢ ણ ત થ દ ધ ન પ ફ બ ભ
મ ય ર" |
21 " લ વ શ ષ સ હ ળ]" | 22 " લ વ શ ષ સ હ ળ]" |
22 } | 23 } |
23 LocaleScript{ | 24 LocaleScript{ |
24 "Gujr", | 25 "Gujr", |
25 } | 26 } |
26 NumberElements{ | 27 NumberElements{ |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 standard{ | 222 standard{ |
222 2{"{0} અને {1}"} | 223 2{"{0} અને {1}"} |
223 end{"{0} અને {1}"} | 224 end{"{0} અને {1}"} |
224 } | 225 } |
225 } | 226 } |
226 measurementSystemNames{ | 227 measurementSystemNames{ |
227 US{"અમેરિકા"} | 228 US{"અમેરિકા"} |
228 metric{"મેટ્રિક"} | 229 metric{"મેટ્રિક"} |
229 } | 230 } |
230 } | 231 } |
OLD | NEW |