| 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/br.xml | 6 // * Source File: <path>/common/main/br.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/br.xml | 10 * ICU <specials> source: <path>/common/main/br.xml |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 } | 409 } |
| 410 ILR{ | 410 ILR{ |
| 411 "ILR", | 411 "ILR", |
| 412 "shekel Israel (1980–1985)", | 412 "shekel Israel (1980–1985)", |
| 413 } | 413 } |
| 414 ILS{ | 414 ILS{ |
| 415 "₪", | 415 "₪", |
| 416 "shekel nevez Israel", | 416 "shekel nevez Israel", |
| 417 } | 417 } |
| 418 INR{ | 418 INR{ |
| 419 "₹", | 419 "Rs.", |
| 420 "roupi India", | 420 "roupi India", |
| 421 } | 421 } |
| 422 IQD{ | 422 IQD{ |
| 423 "IQD", | 423 "IQD", |
| 424 "dinar Iraq", | 424 "dinar Iraq", |
| 425 } | 425 } |
| 426 IRR{ | 426 IRR{ |
| 427 "IRR", | 427 "IRR", |
| 428 "rial Iran", | 428 "rial Iran", |
| 429 } | 429 } |
| (...skipping 2462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2892 } | 2892 } |
| 2893 CurrencyUnitPatterns{ | 2893 CurrencyUnitPatterns{ |
| 2894 few{"{0} {1}"} | 2894 few{"{0} {1}"} |
| 2895 many{"{0} {1}"} | 2895 many{"{0} {1}"} |
| 2896 one{"{0} {1}"} | 2896 one{"{0} {1}"} |
| 2897 other{"{0} {1}"} | 2897 other{"{0} {1}"} |
| 2898 two{"{0} {1}"} | 2898 two{"{0} {1}"} |
| 2899 } | 2899 } |
| 2900 Version{"2.1.7.39"} | 2900 Version{"2.1.7.39"} |
| 2901 } | 2901 } |
| OLD | NEW |