| 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/xog.xml | 6 // * Source File: <path>/common/main/xog.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/xog.xml | 10 * ICU <specials> source: <path>/common/main/xog.xml |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 "Riyaali ey’eBuwarabu", | 116 "Riyaali ey’eBuwarabu", |
| 117 } | 117 } |
| 118 SDG{ | 118 SDG{ |
| 119 "SDG", | 119 "SDG", |
| 120 "Dinaali ey’eSudaani", | 120 "Dinaali ey’eSudaani", |
| 121 } | 121 } |
| 122 SLL{ | 122 SLL{ |
| 123 "SLL", | 123 "SLL", |
| 124 "Lewone", | 124 "Lewone", |
| 125 } | 125 } |
| 126 STD{ | |
| 127 "STD", | |
| 128 "Dobura ey’eSantome ne Purincipe", | |
| 129 } | |
| 130 SZL{ | |
| 131 "SZL", | |
| 132 "Lilangeni", | |
| 133 } | |
| 134 TND{ | 126 TND{ |
| 135 "TND", | 127 "TND", |
| 136 "Dinaali ey’eTunizya", | 128 "Dinaali ey’eTunizya", |
| 137 } | 129 } |
| 138 TZS{ | 130 TZS{ |
| 139 "TZS", | 131 "TZS", |
| 140 "Silingi ey’eTanzaniya", | 132 "Silingi ey’eTanzaniya", |
| 141 } | 133 } |
| 142 UGX{ | 134 UGX{ |
| 143 "USh", | 135 "USh", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 159 "ZAR", | 151 "ZAR", |
| 160 "Randi ey’eSawusafirika", | 152 "Randi ey’eSawusafirika", |
| 161 } | 153 } |
| 162 ZMW{ | 154 ZMW{ |
| 163 "ZMW", | 155 "ZMW", |
| 164 "Kwaca ey’eZambya", | 156 "Kwaca ey’eZambya", |
| 165 } | 157 } |
| 166 } | 158 } |
| 167 Version{"2.1.7.39"} | 159 Version{"2.1.7.39"} |
| 168 } | 160 } |
| OLD | NEW |