| 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/seh.xml | 6 // * Source File: <path>/common/main/seh.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/seh.xml | 10 * ICU <specials> source: <path>/common/main/seh.xml |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 "Rial saudita", | 124 "Rial saudita", |
| 125 } | 125 } |
| 126 SDG{ | 126 SDG{ |
| 127 "SDG", | 127 "SDG", |
| 128 "Dinar sudanês", | 128 "Dinar sudanês", |
| 129 } | 129 } |
| 130 SLL{ | 130 SLL{ |
| 131 "SLL", | 131 "SLL", |
| 132 "Leone de Serra Leoa", | 132 "Leone de Serra Leoa", |
| 133 } | 133 } |
| 134 STD{ | |
| 135 "STD", | |
| 136 "Dobra de São Tomé e Príncipe", | |
| 137 } | |
| 138 SZL{ | |
| 139 "SZL", | |
| 140 "Lilangeni da Suazilândia", | |
| 141 } | |
| 142 TND{ | 134 TND{ |
| 143 "TND", | 135 "TND", |
| 144 "Dinar tunisiano", | 136 "Dinar tunisiano", |
| 145 } | 137 } |
| 146 TZS{ | 138 TZS{ |
| 147 "TZS", | 139 "TZS", |
| 148 "Xelim da Tanzânia", | 140 "Xelim da Tanzânia", |
| 149 } | 141 } |
| 150 UGX{ | 142 UGX{ |
| 151 "UGX", | 143 "UGX", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 167 "ZAR", | 159 "ZAR", |
| 168 "Rand sul-africano", | 160 "Rand sul-africano", |
| 169 } | 161 } |
| 170 ZMW{ | 162 ZMW{ |
| 171 "ZMW", | 163 "ZMW", |
| 172 "Cuacha zambiano", | 164 "Cuacha zambiano", |
| 173 } | 165 } |
| 174 } | 166 } |
| 175 Version{"2.1.6.69"} | 167 Version{"2.1.6.69"} |
| 176 } | 168 } |
| OLD | NEW |