| 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/he.xml | 6 // * Source File: <path>/common/main/he.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/he.xml | 10 * ICU <specials> source: <path>/common/main/he.xml |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 } | 353 } |
| 354 ILP{ | 354 ILP{ |
| 355 "ל״י", | 355 "ל״י", |
| 356 "לירה ישראלית", | 356 "לירה ישראלית", |
| 357 } | 357 } |
| 358 ILS{ | 358 ILS{ |
| 359 "₪", | 359 "₪", |
| 360 "ש״ח", | 360 "ש״ח", |
| 361 } | 361 } |
| 362 INR{ | 362 INR{ |
| 363 "₹", | 363 "Rs.", |
| 364 "רופי הודי", | 364 "רופי הודי", |
| 365 } | 365 } |
| 366 IQD{ | 366 IQD{ |
| 367 "IQD", | 367 "IQD", |
| 368 "דינר עירקי", | 368 "דינר עירקי", |
| 369 } | 369 } |
| 370 IRR{ | 370 IRR{ |
| 371 "IRR", | 371 "IRR", |
| 372 "ריאל איראני", | 372 "ריאל איראני", |
| 373 } | 373 } |
| (...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1908 } | 1908 } |
| 1909 } | 1909 } |
| 1910 CurrencyUnitPatterns{ | 1910 CurrencyUnitPatterns{ |
| 1911 many{"{0} {1}"} | 1911 many{"{0} {1}"} |
| 1912 one{"{0} {1}"} | 1912 one{"{0} {1}"} |
| 1913 other{"{0} {1}"} | 1913 other{"{0} {1}"} |
| 1914 two{"{0} {1}"} | 1914 two{"{0} {1}"} |
| 1915 } | 1915 } |
| 1916 Version{"2.1.8.9"} | 1916 Version{"2.1.8.9"} |
| 1917 } | 1917 } |
| OLD | NEW |