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/mr.xml | 6 // * Source File:<path>/common/main/mr.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/mr.xml | 10 * ICU <specials> source: <path>/xml/main/mr.xml |
11 */ | 11 */ |
12 mr{ | 12 mr{ |
13 AuxExemplarCharacters{"[\u200C \u200D]"} | 13 AuxExemplarCharacters{"[\u200C \u200D]"} |
14 ExemplarCharacters{ | 14 ExemplarCharacters{ |
15 "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ
औ क " | 15 "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ
औ क " |
16 "ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ ा ि
ी " | 16 "ख ग घ ङ च छ ज झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ ा ि
ी " |
| 17 "\u200C \u200D" |
17 "\u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" | 18 "\u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" |
18 } | 19 } |
19 ExemplarCharactersIndex{ | 20 ExemplarCharactersIndex{ |
20 "[\u200D ॐ \u0902 ः अ आ इ ई उ ऊ ऋ ऌ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड
ढ ण त" | 21 "[\u200D ॐ \u0902 ः अ आ इ ई उ ऊ ऋ ऌ ए ऐ ऑ ओ औ क ख ग घ ङ च छ ज झ ञ ट ठ ड
ढ ण त" |
21 " थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ \u0945 \u094D]" | 22 " थ द ध न प फ ब भ म य र ल व श ष स ह ळ ऽ \u0945 \u094D]" |
22 } | 23 } |
23 LocaleScript{ | 24 LocaleScript{ |
24 "Deva", | 25 "Deva", |
25 } | 26 } |
26 NumberElements{ | 27 NumberElements{ |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 quotationEnd{"'"} | 202 quotationEnd{"'"} |
202 quotationStart{"'"} | 203 quotationStart{"'"} |
203 } | 204 } |
204 listPattern{ | 205 listPattern{ |
205 standard{ | 206 standard{ |
206 2{"{0} आणि {1}"} | 207 2{"{0} आणि {1}"} |
207 end{"{0} आणि {1}"} | 208 end{"{0} आणि {1}"} |
208 } | 209 } |
209 } | 210 } |
210 } | 211 } |
OLD | NEW |