| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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 /** | |
| 10 * ICU <specials> source: <path>/common/main/to.xml | |
| 11 */ | |
| 12 to{ | 9 to{ |
| 13 Currencies{ | 10 Currencies{ |
| 14 AUD{ | 11 AUD{ |
| 15 "AUD$", | 12 "AUD$", |
| 16 "AUD", | 13 "AUD", |
| 17 } | 14 } |
| 15 BRL{ |
| 16 "R$", |
| 17 "BRL", |
| 18 } |
| 19 FJD{ |
| 20 "FJD", |
| 21 "FJD", |
| 22 } |
| 18 NZD{ | 23 NZD{ |
| 19 "NZD$", | 24 "NZD$", |
| 20 "NZD", | 25 "NZD", |
| 21 } | 26 } |
| 22 PGK{ | 27 PGK{ |
| 23 "PGK", | 28 "PGK", |
| 24 "PGK", | 29 "PGK", |
| 25 } | 30 } |
| 31 SBD{ |
| 32 "SBD", |
| 33 "SBD", |
| 34 } |
| 35 TOP{ |
| 36 "T$", |
| 37 "Paʻanga fakatonga", |
| 38 } |
| 39 VUV{ |
| 40 "VUV", |
| 41 "VUV", |
| 42 } |
| 43 WST{ |
| 44 "WST", |
| 45 "Tala fakahaʻamoa", |
| 46 } |
| 47 XPF{ |
| 48 "CFPF", |
| 49 "XPF", |
| 50 } |
| 51 XXX{ |
| 52 "XXX", |
| 53 "Pa’anga Ta’e’ilo", |
| 54 } |
| 26 } | 55 } |
| 27 Currencies%narrow{ | 56 Currencies%narrow{ |
| 28 AUD{"$"} | 57 AUD{"$"} |
| 58 FJD{"$"} |
| 29 NZD{"$"} | 59 NZD{"$"} |
| 60 SBD{"$"} |
| 61 TWD{"$"} |
| 62 } |
| 63 Currencies%variant{ |
| 64 GEL{"₾"} |
| 30 } | 65 } |
| 31 CurrencyPlurals{ | 66 CurrencyPlurals{ |
| 67 TOP{ |
| 68 other{"Paʻanga fakatonga"} |
| 69 } |
| 70 WST{ |
| 71 other{"Tala fakahaʻamoa"} |
| 72 } |
| 73 XXX{ |
| 74 other{"Pa’anga Ta’e’ilo"} |
| 75 } |
| 32 } | 76 } |
| 33 CurrencyUnitPatterns{ | 77 CurrencyUnitPatterns{ |
| 34 other{"{1} {0}"} | 78 other{"{1} {0}"} |
| 35 } | 79 } |
| 36 Version{"2.1.8.9"} | 80 Version{"2.1.19.14"} |
| 37 } | 81 } |
| OLD | NEW |