| 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/dyo.xml | 6 // * Source File: <path>/common/main/dyo.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/dyo.xml | 10 * ICU <specials> source: <path>/common/main/dyo.xml |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 } | 77 } |
| 78 GMD{ | 78 GMD{ |
| 79 "GMD", | 79 "GMD", |
| 80 "dalasi yati Gambi", | 80 "dalasi yati Gambi", |
| 81 } | 81 } |
| 82 GNS{ | 82 GNS{ |
| 83 "GNS", | 83 "GNS", |
| 84 "sili yati Giné", | 84 "sili yati Giné", |
| 85 } | 85 } |
| 86 INR{ | 86 INR{ |
| 87 "₹", | 87 "Rs.", |
| 88 "rupii yati End", | 88 "rupii yati End", |
| 89 } | 89 } |
| 90 JPY{ | 90 JPY{ |
| 91 "JP¥", | 91 "JP¥", |
| 92 "yen yati Sapoŋ", | 92 "yen yati Sapoŋ", |
| 93 } | 93 } |
| 94 KES{ | 94 KES{ |
| 95 "KES", | 95 "KES", |
| 96 "silliŋ yati Keniya", | 96 "silliŋ yati Keniya", |
| 97 } | 97 } |
| (...skipping 25 matching lines...) Expand all Loading... |
| 123 "FCFA", | 123 "FCFA", |
| 124 "seefa BEAC", | 124 "seefa BEAC", |
| 125 } | 125 } |
| 126 XOF{ | 126 XOF{ |
| 127 "CFA", | 127 "CFA", |
| 128 "seefa yati BCEAO", | 128 "seefa yati BCEAO", |
| 129 } | 129 } |
| 130 } | 130 } |
| 131 Version{"2.1.6.69"} | 131 Version{"2.1.6.69"} |
| 132 } | 132 } |
| OLD | NEW |