| 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/hsb.xml | 6 // * Source File: <path>/common/main/hsb.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/hsb.xml | 10 * ICU <specials> source: <path>/common/main/hsb.xml |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 } | 341 } |
| 342 IDR{ | 342 IDR{ |
| 343 "IDR", | 343 "IDR", |
| 344 "indoneska rupija", | 344 "indoneska rupija", |
| 345 } | 345 } |
| 346 ILS{ | 346 ILS{ |
| 347 "₪", | 347 "₪", |
| 348 "israelski nowy šekel", | 348 "israelski nowy šekel", |
| 349 } | 349 } |
| 350 INR{ | 350 INR{ |
| 351 "₹", | 351 "Rs.", |
| 352 "indiska rupija", | 352 "indiska rupija", |
| 353 } | 353 } |
| 354 IQD{ | 354 IQD{ |
| 355 "IQD", | 355 "IQD", |
| 356 "irakski dinar", | 356 "irakski dinar", |
| 357 } | 357 } |
| 358 IRR{ | 358 IRR{ |
| 359 "IRR", | 359 "IRR", |
| 360 "iranski rial", | 360 "iranski rial", |
| 361 } | 361 } |
| (...skipping 1486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1848 } | 1848 } |
| 1849 } | 1849 } |
| 1850 CurrencyUnitPatterns{ | 1850 CurrencyUnitPatterns{ |
| 1851 few{"{0} {1}"} | 1851 few{"{0} {1}"} |
| 1852 one{"{0} {1}"} | 1852 one{"{0} {1}"} |
| 1853 other{"{0} {1}"} | 1853 other{"{0} {1}"} |
| 1854 two{"{0} {1}"} | 1854 two{"{0} {1}"} |
| 1855 } | 1855 } |
| 1856 Version{"2.1.8.9"} | 1856 Version{"2.1.8.9"} |
| 1857 } | 1857 } |
| OLD | NEW |