| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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/bas.xml | 6 // * Source File: <path>/common/main/bas.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/bas.xml | 10 * ICU <specials> source: <path>/common/main/bas.xml |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 } | 89 } |
| 90 GMD{ | 90 GMD{ |
| 91 "GMD", | 91 "GMD", |
| 92 "Dalasì gambìà", | 92 "Dalasì gambìà", |
| 93 } | 93 } |
| 94 GNS{ | 94 GNS{ |
| 95 "GNS", | 95 "GNS", |
| 96 "Frǎŋ gìnê", | 96 "Frǎŋ gìnê", |
| 97 } | 97 } |
| 98 INR{ | 98 INR{ |
| 99 "₹", | 99 "Rs.", |
| 100 "Rùpi īndìà", | 100 "Rùpi īndìà", |
| 101 } | 101 } |
| 102 JPY{ | 102 JPY{ |
| 103 "JP¥", | 103 "JP¥", |
| 104 "Yɛ̂n yàpân", | 104 "Yɛ̂n yàpân", |
| 105 } | 105 } |
| 106 KES{ | 106 KES{ |
| 107 "KES", | 107 "KES", |
| 108 "Silîŋ kenìà", | 108 "Silîŋ kenìà", |
| 109 } | 109 } |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "ZMW", | 231 "ZMW", |
| 232 "Kwàca sàmbià", | 232 "Kwàca sàmbià", |
| 233 } | 233 } |
| 234 ZWD{ | 234 ZWD{ |
| 235 "ZWD", | 235 "ZWD", |
| 236 "Dɔ̀lâr sìmbàbwê", | 236 "Dɔ̀lâr sìmbàbwê", |
| 237 } | 237 } |
| 238 } | 238 } |
| 239 Version{"2.1.6.69"} | 239 Version{"2.1.6.69"} |
| 240 } | 240 } |
| OLD | NEW |