| 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/os.xml | 6 // * Source File: <path>/common/main/os.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | |
| 10 * ICU <specials> source: <path>/common/main/os.xml | |
| 11 */ | |
| 12 os{ | 9 os{ |
| 13 Countries{ | 10 Countries{ |
| 11 001{"Дуне"} |
| 12 002{"Африкӕ"} |
| 13 009{"Океани"} |
| 14 019{"Америкӕ"} |
| 15 142{"Ази"} |
| 16 150{"Европӕ"} |
| 14 BR{"Бразили"} | 17 BR{"Бразили"} |
| 15 CN{"Китай"} | 18 CN{"Китай"} |
| 16 DE{"Герман"} | 19 DE{"Герман"} |
| 17 FR{"Франц"} | 20 FR{"Франц"} |
| 18 GB{"Стыр Британи"} | 21 GB{"Стыр Британи"} |
| 19 GE{"Гуырдзыстон"} | 22 GE{"Гуырдзыстон"} |
| 20 IN{"Инди"} | 23 IN{"Инди"} |
| 21 IT{"Итали"} | 24 IT{"Итали"} |
| 22 JP{"Япон"} | 25 JP{"Япон"} |
| 23 RU{"Уӕрӕсе"} | 26 RU{"Уӕрӕсе"} |
| 24 US{"АИШ"} | 27 US{"АИШ"} |
| 25 ZZ{"Нӕзонгӕ бӕстӕ"} | 28 ZZ{"Нӕзонгӕ бӕстӕ"} |
| 26 } | 29 } |
| 27 Version{"2.1.7.53"} | 30 Version{"2.1.19.14"} |
| 28 } | 31 } |
| OLD | NEW |