| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2015 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/en.xml | 6 // * Source File: <path>/common/main/en.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 en{ | 9 en{ |
| 10 Currencies{ | 10 Currencies{ |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 } | 786 } |
| 787 PES{ | 787 PES{ |
| 788 "PES", | 788 "PES", |
| 789 "Peruvian Sol (1863–1965)", | 789 "Peruvian Sol (1863–1965)", |
| 790 } | 790 } |
| 791 PGK{ | 791 PGK{ |
| 792 "PGK", | 792 "PGK", |
| 793 "Papua New Guinean Kina", | 793 "Papua New Guinean Kina", |
| 794 } | 794 } |
| 795 PHP{ | 795 PHP{ |
| 796 "PHP", | 796 "Php", |
| 797 "Philippine Peso", | 797 "Philippine Peso", |
| 798 } | 798 } |
| 799 PKR{ | 799 PKR{ |
| 800 "PKR", | 800 "PKR", |
| 801 "Pakistani Rupee", | 801 "Pakistani Rupee", |
| 802 } | 802 } |
| 803 PLN{ | 803 PLN{ |
| 804 "PLN", | 804 "PLN", |
| 805 "Polish Zloty", | 805 "Polish Zloty", |
| 806 } | 806 } |
| (...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2386 one{"Zimbabwean dollar (2008)"} | 2386 one{"Zimbabwean dollar (2008)"} |
| 2387 other{"Zimbabwean dollars (2008)"} | 2387 other{"Zimbabwean dollars (2008)"} |
| 2388 } | 2388 } |
| 2389 } | 2389 } |
| 2390 CurrencyUnitPatterns{ | 2390 CurrencyUnitPatterns{ |
| 2391 one{"{0} {1}"} | 2391 one{"{0} {1}"} |
| 2392 other{"{0} {1}"} | 2392 other{"{0} {1}"} |
| 2393 } | 2393 } |
| 2394 Version{"2.1.19.72"} | 2394 Version{"2.1.19.72"} |
| 2395 } | 2395 } |
| OLD | NEW |