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/hi.xml | 6 // * Source File:<path>/common/main/hi.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/hi.xml | 10 * ICU <specials> source: <path>/xml/main/hi.xml |
11 */ | 11 */ |
12 hi{ | 12 hi{ |
13 AuxExemplarCharacters{"[\u200C \u200D]"} | 13 AuxExemplarCharacters{"[\u200C \u200D]"} |
14 ExemplarCharacters{ | 14 ExemplarCharacters{ |
15 "[ॐ अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न
प फ ब" | 15 "[ॐ अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न
प फ ब" |
| 16 "\u200C \u200D" |
16 " भ म य र ल ळ व श ष स ह ़ ँ ं ः ऽ ् ा ि ी ु ू ृ ॄ ॅ े ै ॉ ो ौ]" | 17 " भ म य र ल ळ व श ष स ह ़ ँ ं ः ऽ ् ा ि ी ु ू ृ ॄ ॅ े ै ॉ ो ौ]" |
17 } | 18 } |
18 ExemplarCharactersCurrency{"[a b c č d e f g h i j k l ł m n o º p q r s t u
v w x y z]"} | 19 ExemplarCharactersCurrency{"[a b c č d e f g h i j k l ł m n o º p q r s t u
v w x y z]"} |
19 ExemplarCharactersIndex{ | 20 ExemplarCharactersIndex{ |
20 "[अ आ इ ई उ ऊ ऋ ए ऐ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ
म य र" | 21 "[अ आ इ ई उ ऊ ऋ ए ऐ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ
म य र" |
21 " ल व श ष स ह]" | 22 " ल व श ष स ह]" |
22 } | 23 } |
23 LocaleScript{ | 24 LocaleScript{ |
24 "Deva", | 25 "Deva", |
25 } | 26 } |
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
848 week{ | 849 week{ |
849 one{"{0} सप्त."} | 850 one{"{0} सप्त."} |
850 other{"{0} सप्त."} | 851 other{"{0} सप्त."} |
851 } | 852 } |
852 year{ | 853 year{ |
853 one{"{0} साल"} | 854 one{"{0} साल"} |
854 other{"{0} साल"} | 855 other{"{0} साल"} |
855 } | 856 } |
856 } | 857 } |
857 } | 858 } |
OLD | NEW |