| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/kok.xml | 6 // * Source File: <path>/common/main/kok.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/kok.xml | |
| 11 */ | |
| 12 kok{ | 9 kok{ |
| 13 AuxExemplarCharacters{"[\u200C\u200D]"} | 10 AuxExemplarCharacters{"[\u200C\u200D]"} |
| 14 ExemplarCharacters{ | 11 ExemplarCharacters{ |
| 15 "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ
औ क " | 12 "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ
औ क " |
| 16 "{क\u093C} ख {ख\u093C} ग {ग\u093C} घ ङ च छ ज {ज\u093C} झ ञ ट ठ ड {ड\u093
C} ढ " | 13 "{क\u093C} ख {ख\u093C} ग {ग\u093C} घ ङ च छ ज {ज\u093C} झ ञ ट ठ ड {ड\u093
C} ढ " |
| 17 "{ढ\u093C} ण त थ द ध न प फ {फ\u093C} ब भ म य {य\u093C} र ल व श ष स ह ळ ऽ
ा ि " | 14 "{ढ\u093C} ण त थ द ध न प फ {फ\u093C} ब भ म य {य\u093C} र ल व श ष स ह ळ ऽ
ा ि " |
| 18 "ी \u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" | 15 "ी \u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" |
| 19 } | 16 } |
| 20 LocaleScript{ | |
| 21 "Deva", | |
| 22 } | |
| 23 NumberElements{ | 17 NumberElements{ |
| 24 default{"latn"} | 18 default{"latn"} |
| 25 latn{ | 19 latn{ |
| 26 patterns{ | 20 patterns{ |
| 27 currencyFormat{"¤ #,##,##0.00"} | 21 currencyFormat{"¤ #,##,##0.00"} |
| 28 decimalFormat{"#,##,##0.###"} | 22 decimalFormat{"#,##,##0.###"} |
| 29 percentFormat{"#,##,##0%"} | 23 percentFormat{"#,##,##0%"} |
| 30 } | 24 } |
| 31 } | 25 } |
| 32 native{"deva"} | 26 native{"deva"} |
| 33 } | 27 } |
| 34 Version{"2.1.6.69"} | 28 Version{"2.1.19.14"} |
| 35 calendar{ | 29 calendar{ |
| 36 gregorian{ | 30 gregorian{ |
| 37 AmPmMarkers{ | 31 AmPmMarkers{ |
| 38 "म.पू.", | 32 "म.पू.", |
| 39 "म.नं.", | 33 "म.नं.", |
| 40 } | 34 } |
| 41 dayNames{ | 35 dayNames{ |
| 42 format{ | 36 format{ |
| 43 abbreviated{ | 37 abbreviated{ |
| 44 "रवि", | 38 "रवि", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "सेप्टेंबर", | 74 "सेप्टेंबर", |
| 81 "ओक्टोबर", | 75 "ओक्टोबर", |
| 82 "नोव्हेंबर", | 76 "नोव्हेंबर", |
| 83 "डिसेंबर", | 77 "डिसेंबर", |
| 84 } | 78 } |
| 85 } | 79 } |
| 86 } | 80 } |
| 87 } | 81 } |
| 88 } | 82 } |
| 89 } | 83 } |
| OLD | NEW |