| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "Rìal sàudì", | 120 "Rìal sàudì", |
| 121 } | 121 } |
| 122 SDG{ | 122 SDG{ |
| 123 "SDG", | 123 "SDG", |
| 124 "Dìnâr sùdân", | 124 "Dìnâr sùdân", |
| 125 } | 125 } |
| 126 SLL{ | 126 SLL{ |
| 127 "SLL", | 127 "SLL", |
| 128 "Lèonɛ̀", | 128 "Lèonɛ̀", |
| 129 } | 129 } |
| 130 STD{ | |
| 131 "STD", | |
| 132 "Dobrà sàotòme", | |
| 133 } | |
| 134 SZL{ | |
| 135 "SZL", | |
| 136 "Lìlàŋgeni swàzì", | |
| 137 } | |
| 138 TND{ | 130 TND{ |
| 139 "TND", | 131 "TND", |
| 140 "Dìnâr tùnîs", | 132 "Dìnâr tùnîs", |
| 141 } | 133 } |
| 142 TZS{ | 134 TZS{ |
| 143 "TZS", | 135 "TZS", |
| 144 "Silîŋ tànzànià", | 136 "Silîŋ tànzànià", |
| 145 } | 137 } |
| 146 UGX{ | 138 UGX{ |
| 147 "UGX", | 139 "UGX", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 163 "ZAR", | 155 "ZAR", |
| 164 "Rân àfrǐkàsɔ̀", | 156 "Rân àfrǐkàsɔ̀", |
| 165 } | 157 } |
| 166 ZMW{ | 158 ZMW{ |
| 167 "ZMW", | 159 "ZMW", |
| 168 "Kwàca sàmbià", | 160 "Kwàca sàmbià", |
| 169 } | 161 } |
| 170 } | 162 } |
| 171 Version{"2.1.6.69"} | 163 Version{"2.1.6.69"} |
| 172 } | 164 } |
| OLD | NEW |