| 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/th.xml | 6 // * Source File: <path>/common/main/th.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/th.xml | 10 * ICU <specials> source: <path>/common/main/th.xml |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 } | 481 } |
| 482 ILP{ | 482 ILP{ |
| 483 "ILP", | 483 "ILP", |
| 484 "ปอนด์อิสราเอล", | 484 "ปอนด์อิสราเอล", |
| 485 } | 485 } |
| 486 ILS{ | 486 ILS{ |
| 487 "₪", | 487 "₪", |
| 488 "นิวเชเกลอิสราเอล", | 488 "นิวเชเกลอิสราเอล", |
| 489 } | 489 } |
| 490 INR{ | 490 INR{ |
| 491 "₹", | 491 "Rs.", |
| 492 "รูปีอินเดีย", | 492 "รูปีอินเดีย", |
| 493 } | 493 } |
| 494 IQD{ | 494 IQD{ |
| 495 "IQD", | 495 "IQD", |
| 496 "ดีนาร์อิรัก", | 496 "ดีนาร์อิรัก", |
| 497 } | 497 } |
| 498 IRR{ | 498 IRR{ |
| 499 "IRR", | 499 "IRR", |
| 500 "เรียลอิหร่าน", | 500 "เรียลอิหร่าน", |
| 501 } | 501 } |
| (...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1715 } | 1715 } |
| 1716 ZMW{ | 1716 ZMW{ |
| 1717 other{"ควาชาแซมเบีย"} | 1717 other{"ควาชาแซมเบีย"} |
| 1718 } | 1718 } |
| 1719 } | 1719 } |
| 1720 CurrencyUnitPatterns{ | 1720 CurrencyUnitPatterns{ |
| 1721 other{"{0} {1}"} | 1721 other{"{0} {1}"} |
| 1722 } | 1722 } |
| 1723 Version{"2.1.8.9"} | 1723 Version{"2.1.8.9"} |
| 1724 } | 1724 } |
| OLD | NEW |