| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2013 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/om.xml | 6 // * Source File: <path>/common/main/om.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/om.xml | 10 * ICU <specials> source: <path>/common/main/om.xml |
| 11 */ | 11 */ |
| 12 om{ | 12 om{ |
| 13 Countries{ | 13 Countries{ |
| 14 BR{"Brazil"} | 14 BR{"Brazil"} |
| 15 CN{"China"} | 15 CN{"China"} |
| 16 DE{"Germany"} | 16 DE{"Germany"} |
| 17 ET{"Itoophiyaa"} | 17 ET{"Itoophiyaa"} |
| 18 FR{"France"} | 18 FR{"France"} |
| 19 GB{"United Kingdom"} | 19 GB{"United Kingdom"} |
| 20 IN{"India"} | 20 IN{"India"} |
| 21 IT{"Italy"} | 21 IT{"Italy"} |
| 22 JP{"Japan"} | 22 JP{"Japan"} |
| 23 KE{"Keeniyaa"} | 23 KE{"Keeniyaa"} |
| 24 RU{"Russia"} | 24 RU{"Russia"} |
| 25 US{"United States"} | 25 US{"United States"} |
| 26 } | 26 } |
| 27 Version{"2.0.92.87"} | 27 Version{"2.1.6.69"} |
| 28 } | 28 } |
| OLD | NEW |