| 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/to.xml | 6 // * Source File: <path>/common/main/to.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/to.xml | 10 * ICU <specials> source: <path>/common/main/to.xml |
| 11 */ | 11 */ |
| 12 to{ | 12 to{ |
| 13 Currencies{ | 13 Currencies{ |
| 14 AUD{ | 14 AUD{ |
| 15 "AUD$", | 15 "AUD$", |
| 16 "AUD", | 16 "AUD", |
| 17 } | 17 } |
| 18 FJD{ | |
| 19 "FJD", | |
| 20 "FJD", | |
| 21 } | |
| 22 NZD{ | 18 NZD{ |
| 23 "NZD$", | 19 "NZD$", |
| 24 "NZD", | 20 "NZD", |
| 25 } | 21 } |
| 26 PGK{ | 22 PGK{ |
| 27 "PGK", | 23 "PGK", |
| 28 "PGK", | 24 "PGK", |
| 29 } | 25 } |
| 30 SBD{ | 26 SBD{ |
| 31 "SBD", | 27 "SBD", |
| 32 "SBD", | 28 "SBD", |
| 33 } | 29 } |
| 34 TOP{ | |
| 35 "T$", | |
| 36 "Paʻanga fakatonga", | |
| 37 } | |
| 38 VUV{ | |
| 39 "VUV", | |
| 40 "VUV", | |
| 41 } | |
| 42 WST{ | |
| 43 "WST", | |
| 44 "Tala fakahaʻamoa", | |
| 45 } | |
| 46 XPF{ | 30 XPF{ |
| 47 "CFPF", | 31 "CFPF", |
| 48 "XPF", | 32 "XPF", |
| 49 } | 33 } |
| 50 } | 34 } |
| 51 Currencies%narrow{ | 35 Currencies%narrow{ |
| 52 AUD{"$"} | 36 AUD{"$"} |
| 53 FJD{"$"} | |
| 54 NZD{"$"} | 37 NZD{"$"} |
| 55 SBD{"$"} | 38 SBD{"$"} |
| 56 } | 39 } |
| 57 CurrencyPlurals{ | 40 CurrencyPlurals{ |
| 58 TOP{ | |
| 59 other{"Paʻanga fakatonga"} | |
| 60 } | |
| 61 WST{ | |
| 62 other{"Tala fakahaʻamoa"} | |
| 63 } | |
| 64 } | 41 } |
| 65 CurrencyUnitPatterns{ | 42 CurrencyUnitPatterns{ |
| 66 other{"{1} {0}"} | 43 other{"{1} {0}"} |
| 67 } | 44 } |
| 68 Version{"2.1.8.9"} | 45 Version{"2.1.8.9"} |
| 69 } | 46 } |
| OLD | NEW |