| 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/zh_Hant.xml | 6 // * Source File: <path>/common/main/zh_Hant.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/zh_Hant.xml | 10 * ICU <specials> source: <path>/common/main/zh_Hant.xml |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 } | 494 } |
| 495 ILR{ | 495 ILR{ |
| 496 "ILR", | 496 "ILR", |
| 497 "以色列謝克爾 (1980–1985)", | 497 "以色列謝克爾 (1980–1985)", |
| 498 } | 498 } |
| 499 ILS{ | 499 ILS{ |
| 500 "₪", | 500 "₪", |
| 501 "以色列新謝克爾", | 501 "以色列新謝克爾", |
| 502 } | 502 } |
| 503 INR{ | 503 INR{ |
| 504 "₹", | 504 "Rs.", |
| 505 "印度盧比", | 505 "印度盧比", |
| 506 } | 506 } |
| 507 IQD{ | 507 IQD{ |
| 508 "IQD", | 508 "IQD", |
| 509 "伊拉克第納爾", | 509 "伊拉克第納爾", |
| 510 } | 510 } |
| 511 IRR{ | 511 IRR{ |
| 512 "IRR", | 512 "IRR", |
| 513 "伊朗里亞爾", | 513 "伊朗里亞爾", |
| 514 } | 514 } |
| (...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2144 } | 2144 } |
| 2145 ZWR{ | 2145 ZWR{ |
| 2146 other{"辛巴威元 (2008)"} | 2146 other{"辛巴威元 (2008)"} |
| 2147 } | 2147 } |
| 2148 } | 2148 } |
| 2149 CurrencyUnitPatterns{ | 2149 CurrencyUnitPatterns{ |
| 2150 other{"{0} {1}"} | 2150 other{"{0} {1}"} |
| 2151 } | 2151 } |
| 2152 Version{"2.1.8.95"} | 2152 Version{"2.1.8.95"} |
| 2153 } | 2153 } |
| OLD | NEW |