| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2015 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/ii.xml | 6 // * Source File: <path>/common/main/ii.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/ii.xml | |
| 11 */ | |
| 12 ii{ | 9 ii{ |
| 13 Languages{ | 10 Languages{ |
| 14 de{"ꄓꇩꉙ"} | 11 de{"ꄓꇩꉙ"} |
| 15 en{"ꑱꇩꉙ"} | 12 en{"ꑱꇩꉙ"} |
| 16 es{"ꑭꀠꑸꉙ"} | 13 es{"ꑭꀠꑸꉙ"} |
| 17 fr{"ꃔꇩꉙ"} | 14 fr{"ꃔꇩꉙ"} |
| 18 ii{"ꆈꌠꉙ"} | 15 ii{"ꆈꌠꉙ"} |
| 19 it{"ꑴꄊꆺꉙ"} | 16 it{"ꑴꄊꆺꉙ"} |
| 20 ja{"ꏝꀪꉙ"} | 17 ja{"ꏝꀪꉙ"} |
| 21 pt{"ꁍꄨꑸꉙ"} | 18 pt{"ꁍꄨꑸꉙ"} |
| (...skipping 13 matching lines...) Expand all Loading... |
| 35 Yiii{"ꆈꌠꁱꂷ"} | 32 Yiii{"ꆈꌠꁱꂷ"} |
| 36 Zxxx{"ꁱꀋꉆꌠ"} | 33 Zxxx{"ꁱꀋꉆꌠ"} |
| 37 Zzzz{"ꅉꀋꐚꌠꁱꂷ"} | 34 Zzzz{"ꅉꀋꐚꌠꁱꂷ"} |
| 38 } | 35 } |
| 39 Types{ | 36 Types{ |
| 40 calendar{ | 37 calendar{ |
| 41 gregorian{"ꄉꉻꃅꑍ"} | 38 gregorian{"ꄉꉻꃅꑍ"} |
| 42 islamic{"ꑳꌦꇂꑍꉖ"} | 39 islamic{"ꑳꌦꇂꑍꉖ"} |
| 43 } | 40 } |
| 44 } | 41 } |
| 45 Version{"2.1.6.69"} | 42 Version{"2.1.19.14"} |
| 46 codePatterns{ | 43 codePatterns{ |
| 47 language{"ꅇꉙ: {0}"} | 44 language{"ꅇꉙ: {0}"} |
| 48 script{"ꇇꁱ: {0}"} | 45 script{"ꇇꁱ: {0}"} |
| 49 territory{"ꃅꄷ: {0}"} | 46 territory{"ꃅꄷ: {0}"} |
| 50 } | 47 } |
| 51 } | 48 } |
| OLD | NEW |