| 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/smn.xml | 6 // * Source File: <path>/common/main/smn.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/smn.xml | 10 * ICU <specials> source: <path>/common/main/smn.xml |
| 11 */ | 11 */ |
| 12 smn{ | 12 smn{ |
| 13 Currencies{ | 13 Currencies{ |
| 14 DKK{ | 14 DKK{ |
| 15 "DKK", | 15 "DKK", |
| 16 "Tanska ruvnâ", | 16 "Tanska ruvnâ", |
| 17 } | 17 } |
| 18 EEK{ | |
| 19 "EEK", | |
| 20 "Eesti ruvnâ", | |
| 21 } | |
| 22 EUR{ | 18 EUR{ |
| 23 "€", | 19 "€", |
| 24 "euro", | 20 "euro", |
| 25 } | 21 } |
| 26 FIM{ | |
| 27 "FIM", | |
| 28 "Suomâ märkki", | |
| 29 } | |
| 30 ISK{ | 22 ISK{ |
| 31 "ISK", | 23 "ISK", |
| 32 "Island ruvnâ", | 24 "Island ruvnâ", |
| 33 } | 25 } |
| 34 LVR{ | |
| 35 "LVR", | |
| 36 "Latvia ruble", | |
| 37 } | |
| 38 NOK{ | 26 NOK{ |
| 39 "NOK", | 27 "NOK", |
| 40 "Taažâ ruvnâ", | 28 "Taažâ ruvnâ", |
| 41 } | 29 } |
| 42 SEK{ | 30 SEK{ |
| 43 "SEK", | 31 "SEK", |
| 44 "Ruotâ ruvnâ", | 32 "Ruotâ ruvnâ", |
| 45 } | 33 } |
| 46 } | 34 } |
| 47 Version{"2.1.8.11"} | 35 Version{"2.1.8.11"} |
| 48 } | 36 } |
| OLD | NEW |