| 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/it.xml | 6 // * Source File: <path>/common/main/it.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/it.xml | 10 * ICU <specials> source: <path>/common/main/it.xml |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 } | 437 } |
| 438 ILP{ | 438 ILP{ |
| 439 "ILP", | 439 "ILP", |
| 440 "Sterlina Israeliana", | 440 "Sterlina Israeliana", |
| 441 } | 441 } |
| 442 ILS{ | 442 ILS{ |
| 443 "₪", | 443 "₪", |
| 444 "Nuovo siclo israeliano", | 444 "Nuovo siclo israeliano", |
| 445 } | 445 } |
| 446 INR{ | 446 INR{ |
| 447 "₹", | 447 "Rs.", |
| 448 "Rupia Indiana", | 448 "Rupia Indiana", |
| 449 } | 449 } |
| 450 IQD{ | 450 IQD{ |
| 451 "IQD", | 451 "IQD", |
| 452 "Dinaro iracheno", | 452 "Dinaro iracheno", |
| 453 } | 453 } |
| 454 IRR{ | 454 IRR{ |
| 455 "IRR", | 455 "IRR", |
| 456 "Rial Iraniano", | 456 "Rial Iraniano", |
| 457 } | 457 } |
| (...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1781 one{"kwacha zambiano"} | 1781 one{"kwacha zambiano"} |
| 1782 other{"kwacha zambiani"} | 1782 other{"kwacha zambiani"} |
| 1783 } | 1783 } |
| 1784 } | 1784 } |
| 1785 CurrencyUnitPatterns{ | 1785 CurrencyUnitPatterns{ |
| 1786 one{"{0} {1}"} | 1786 one{"{0} {1}"} |
| 1787 other{"{0} {1}"} | 1787 other{"{0} {1}"} |
| 1788 } | 1788 } |
| 1789 Version{"2.1.8.32"} | 1789 Version{"2.1.8.32"} |
| 1790 } | 1790 } |
| OLD | NEW |