| 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/en.xml | 6 // * Source File: <path>/common/main/en.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/en.xml | 10 * ICU <specials> source: <path>/common/main/en.xml |
| (...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 } | 493 } |
| 494 ILR{ | 494 ILR{ |
| 495 "ILR", | 495 "ILR", |
| 496 "Israeli Sheqel (1980–1985)", | 496 "Israeli Sheqel (1980–1985)", |
| 497 } | 497 } |
| 498 ILS{ | 498 ILS{ |
| 499 "₪", | 499 "₪", |
| 500 "Israeli New Sheqel", | 500 "Israeli New Sheqel", |
| 501 } | 501 } |
| 502 INR{ | 502 INR{ |
| 503 "₹", | 503 "Rs.", |
| 504 "Indian Rupee", | 504 "Indian Rupee", |
| 505 } | 505 } |
| 506 IQD{ | 506 IQD{ |
| 507 "IQD", | 507 "IQD", |
| 508 "Iraqi Dinar", | 508 "Iraqi Dinar", |
| 509 } | 509 } |
| 510 IRR{ | 510 IRR{ |
| 511 "IRR", | 511 "IRR", |
| 512 "Iranian Rial", | 512 "Iranian Rial", |
| 513 } | 513 } |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 } | 789 } |
| 790 PES{ | 790 PES{ |
| 791 "PES", | 791 "PES", |
| 792 "Peruvian Sol (1863–1965)", | 792 "Peruvian Sol (1863–1965)", |
| 793 } | 793 } |
| 794 PGK{ | 794 PGK{ |
| 795 "PGK", | 795 "PGK", |
| 796 "Papua New Guinean Kina", | 796 "Papua New Guinean Kina", |
| 797 } | 797 } |
| 798 PHP{ | 798 PHP{ |
| 799 "PHP", | 799 "Php", |
| 800 "Philippine Peso", | 800 "Philippine Peso", |
| 801 } | 801 } |
| 802 PKR{ | 802 PKR{ |
| 803 "PKR", | 803 "PKR", |
| 804 "Pakistani Rupee", | 804 "Pakistani Rupee", |
| 805 } | 805 } |
| 806 PLN{ | 806 PLN{ |
| 807 "PLN", | 807 "PLN", |
| 808 "Polish Zloty", | 808 "Polish Zloty", |
| 809 } | 809 } |
| (...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2389 one{"Zimbabwean dollar (2008)"} | 2389 one{"Zimbabwean dollar (2008)"} |
| 2390 other{"Zimbabwean dollars (2008)"} | 2390 other{"Zimbabwean dollars (2008)"} |
| 2391 } | 2391 } |
| 2392 } | 2392 } |
| 2393 CurrencyUnitPatterns{ | 2393 CurrencyUnitPatterns{ |
| 2394 one{"{0} {1}"} | 2394 one{"{0} {1}"} |
| 2395 other{"{0} {1}"} | 2395 other{"{0} {1}"} |
| 2396 } | 2396 } |
| 2397 Version{"2.1.8.87"} | 2397 Version{"2.1.8.87"} |
| 2398 } | 2398 } |
| OLD | NEW |