| 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/as.xml | 6 // * Source File: <path>/common/main/as.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/as.xml | |
| 11 */ | |
| 12 as{ | 9 as{ |
| 13 AuxExemplarCharacters{"[\u200C\u200D ৲]"} | 10 AuxExemplarCharacters{"[\u200C\u200D ৲]"} |
| 14 ExemplarCharacters{ | 11 ExemplarCharacters{ |
| 15 "[অ আ ই ঈ উ ঊ ঋ এ ঐ ও ঔ ং \u0981 ঃ ক খ গ ঘ ঙ চ ছ জ ঝ ঞ ট ঠ ড {ড\u09BC}ড়
ঢ {ঢ" | 12 "[\u09BC অ আ ই ঈ উ ঊ ঋ এ ঐ ও ঔ ং \u0981 ঃ ক খ গ ঘ ঙ চ ছ জ ঝ ঞ ট ঠ ড {ড\u
09BC}" |
| 16 "\u09BC}ঢ় ণ ত থ দ ধ ন প ফ ব ভ ম য {য\u09BC} ৰ ল ৱ শ ষ স হ {ক\u09CDষ} া ি
ী " | 13 " ঢ {ঢ\u09BC} ণ ত থ দ ধ ন প ফ ব ভ ম য {য\u09BC} ৰ ল ৱ শ ষ স হ {ক\u09CDষ}
া ি " |
| 17 "\u09C1 \u09C2 \u09C3 ে ৈ ো ৌ \u09CD]" | 14 "ী \u09C1 \u09C2 \u09C3 ে ৈ ো ৌ \u09CD]" |
| 18 } | |
| 19 LocaleScript{ | |
| 20 "Beng", | |
| 21 } | 15 } |
| 22 NumberElements{ | 16 NumberElements{ |
| 23 default{"beng"} | 17 default{"beng"} |
| 24 latn{ | 18 latn{ |
| 25 patterns{ | 19 patterns{ |
| 26 currencyFormat{"¤ #,##,##0.00"} | 20 currencyFormat{"¤ #,##,##0.00"} |
| 27 decimalFormat{"#,##,##0.###"} | 21 decimalFormat{"#,##,##0.###"} |
| 28 percentFormat{"#,##,##0%"} | 22 percentFormat{"#,##,##0%"} |
| 29 } | 23 } |
| 30 } | 24 } |
| 31 native{"beng"} | 25 native{"beng"} |
| 32 } | 26 } |
| 33 Version{"2.1.7.39"} | 27 Version{"2.1.19.94"} |
| 34 calendar{ | 28 calendar{ |
| 35 gregorian{ | 29 gregorian{ |
| 36 AmPmMarkers{ | 30 AmPmMarkers{ |
| 37 "পূৰ্বাহ্ণ", | 31 "পূৰ্বাহ্ণ", |
| 38 "অপৰাহ্ণ", | 32 "অপৰাহ্ণ", |
| 39 } | 33 } |
| 40 dayNames{ | 34 dayNames{ |
| 41 format{ | 35 format{ |
| 42 abbreviated{ | 36 abbreviated{ |
| 43 "ৰবি", | 37 "ৰবি", |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 } | 95 } |
| 102 } | 96 } |
| 103 } | 97 } |
| 104 } | 98 } |
| 105 } | 99 } |
| 106 fields{ | 100 fields{ |
| 107 day{ | 101 day{ |
| 108 dn{"দিন"} | 102 dn{"দিন"} |
| 109 relative{ | 103 relative{ |
| 110 "-1"{"কালি"} | 104 "-1"{"কালি"} |
| 105 "-2"{"পৰহি"} |
| 106 "0"{"আজি"} |
| 111 "1"{"কাইলৈ"} | 107 "1"{"কাইলৈ"} |
| 112 "2"{"পৰহিলৈ"} | 108 "2"{"পৰহিলৈ"} |
| 113 } | 109 } |
| 114 } | 110 } |
| 115 era{ | 111 era{ |
| 116 dn{"যুগ"} | 112 dn{"যুগ"} |
| 117 } | 113 } |
| 118 hour{ | 114 hour{ |
| 119 dn{"ঘণ্টা"} | 115 dn{"ঘণ্টা"} |
| 120 } | 116 } |
| (...skipping 14 matching lines...) Expand all Loading... |
| 135 } | 131 } |
| 136 zone{ | 132 zone{ |
| 137 dn{"ক্ষেত্ৰ"} | 133 dn{"ক্ষেত্ৰ"} |
| 138 } | 134 } |
| 139 } | 135 } |
| 140 measurementSystemNames{ | 136 measurementSystemNames{ |
| 141 US{"ইউ.এছ."} | 137 US{"ইউ.এছ."} |
| 142 metric{"মেট্ৰিক"} | 138 metric{"মেট্ৰিক"} |
| 143 } | 139 } |
| 144 } | 140 } |
| OLD | NEW |