| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2010 International Business Machines | 3 // * Copyright (C) 2010 International Business Machines |
| 4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
| 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
| 6 // * Source File:<path>/common/main/zh_Hant.xml | 6 // * Source File:<path>/common/main/zh_Hant.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/xml/main/zh_Hant.xml | 10 * ICU <specials> source: <path>/xml/main/zh_Hant.xml |
| 11 */ | 11 */ |
| 12 zh_Hant{ | 12 zh_Hant{ |
| 13 %%ParentIsRoot:int{1} | 13 %%ParentIsRoot:int{1} |
| 14 Countries{ | 14 Countries{ |
| 15 014{"東非"} | |
| 16 018{"非洲南部"} | |
| 17 030{"東亞"} | |
| 18 034{"南亞"} | |
| 19 035{"東南亞"} | |
| 20 039{"南歐"} | |
| 21 053{"澳洲與紐西蘭"} | |
| 22 054{"美拉尼西亞"} | |
| 23 057{"密克羅尼西亞"} | |
| 24 061{"玻里尼西亞"} | |
| 25 062{"中南亞"} | |
| 26 142{"亞洲"} | |
| 27 143{"中亞"} | |
| 28 145{"西亞"} | |
| 29 150{"歐洲"} | |
| 30 151{"東歐"} | |
| 31 154{"北歐"} | |
| 32 155{"西歐"} | |
| 33 172{"獨立國協"} | |
| 34 830{"海峽群島"} | |
| 35 AC{"阿森松島"} | 15 AC{"阿森松島"} |
| 36 AD{"安道爾"} | 16 AD{"安道爾"} |
| 37 AE{"阿拉伯聯合大公國"} | 17 AE{"阿拉伯聯合大公國"} |
| 38 AF{"阿富汗"} | 18 AF{"阿富汗"} |
| 39 AG{"安地卡及巴布達"} | 19 AG{"安地卡及巴布達"} |
| 40 AI{"安圭拉島"} | 20 AI{"安圭拉島"} |
| 41 AL{"阿爾巴尼亞"} | 21 AL{"阿爾巴尼亞"} |
| 42 AM{"亞美尼亞"} | 22 AM{"亞美尼亞"} |
| 43 AN{"荷屬安地列斯"} | 23 AN{"荷屬安地列斯"} |
| 44 AO{"安哥拉"} | 24 AO{"安哥拉"} |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 WS{"薩摩亞群島"} | 264 WS{"薩摩亞群島"} |
| 285 YE{"葉門"} | 265 YE{"葉門"} |
| 286 YT{"馬約特"} | 266 YT{"馬約特"} |
| 287 ZA{"南非"} | 267 ZA{"南非"} |
| 288 ZM{"尚比亞"} | 268 ZM{"尚比亞"} |
| 289 ZW{"辛巴威"} | 269 ZW{"辛巴威"} |
| 290 ZZ{"未確定的區域"} | 270 ZZ{"未確定的區域"} |
| 291 } | 271 } |
| 292 Version{"2.0.50.94"} | 272 Version{"2.0.50.94"} |
| 293 } | 273 } |
| OLD | NEW |