| 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/brx.xml | 6 // * Source File: <path>/common/main/brx.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/brx.xml | 10 * ICU <specials> source: <path>/common/main/brx.xml |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 } | 445 } |
| 446 ILP{ | 446 ILP{ |
| 447 "ILP", | 447 "ILP", |
| 448 "इस्राइली पौंड", | 448 "इस्राइली पौंड", |
| 449 } | 449 } |
| 450 ILS{ | 450 ILS{ |
| 451 "₪", | 451 "₪", |
| 452 "इस्राइली शेकेल", | 452 "इस्राइली शेकेल", |
| 453 } | 453 } |
| 454 INR{ | 454 INR{ |
| 455 "₹", | 455 "Rs.", |
| 456 "रां", | 456 "रां", |
| 457 } | 457 } |
| 458 IQD{ | 458 IQD{ |
| 459 "IQD", | 459 "IQD", |
| 460 "ईराक़ी दीनार", | 460 "ईराक़ी दीनार", |
| 461 } | 461 } |
| 462 IRR{ | 462 IRR{ |
| 463 "IRR", | 463 "IRR", |
| 464 "ईरानी रीयाल", | 464 "ईरानी रीयाल", |
| 465 } | 465 } |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1075 "ZRZ", | 1075 "ZRZ", |
| 1076 "ज़ाईरी ज़ाईर", | 1076 "ज़ाईरी ज़ाईर", |
| 1077 } | 1077 } |
| 1078 ZWD{ | 1078 ZWD{ |
| 1079 "ZWD", | 1079 "ZWD", |
| 1080 "ज़ीम्बाबवेई डॉलर", | 1080 "ज़ीम्बाबवेई डॉलर", |
| 1081 } | 1081 } |
| 1082 } | 1082 } |
| 1083 Version{"2.1.8.9"} | 1083 Version{"2.1.8.9"} |
| 1084 } | 1084 } |
| OLD | NEW |