diff --git a/icu4c/source/data/build.xml b/icu4c/source/data/build.xml index fd39bb7b401..252e2348425 100644 --- a/icu4c/source/data/build.xml +++ b/icu4c/source/data/build.xml @@ -246,9 +246,6 @@ - - - @@ -271,8 +268,6 @@ - - diff --git a/icu4c/source/data/coll/colfiles.mk b/icu4c/source/data/coll/colfiles.mk index f4c6c936d0f..734fe7eed17 100644 --- a/icu4c/source/data/coll/colfiles.mk +++ b/icu4c/source/data/coll/colfiles.mk @@ -27,11 +27,11 @@ COLLATION_CLDR_VERSION = 23 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\ - hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\ + in.txt in_ID.txt iw.txt\ iw_IL.txt mo.txt no.txt no_NO.txt pa_IN.txt\ sh.txt sh_BA.txt sh_YU.txt sr_BA.txt sr_ME.txt\ - sr_RS.txt zh_.txt zh_CN.txt zh_HK.txt zh_MO.txt\ - zh_SG.txt zh_TW.txt zh_TW_STROKE.txt zh__PINYIN.txt + sr_RS.txt zh_CN.txt zh_HK.txt zh_MO.txt\ + zh_SG.txt zh_TW.txt # All aliases (to not be included under 'installed'), but not including root. diff --git a/icu4c/source/data/coll/hi_.txt b/icu4c/source/data/coll/hi_.txt deleted file mode 100644 index eace60ddc0b..00000000000 --- a/icu4c/source/data/coll/hi_.txt +++ /dev/null @@ -1,17 +0,0 @@ -// *************************************************************************** -// * -// * Copyright (C) 2013 International Business Machines -// * Corporation and others. All Rights Reserved. -// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java -// * Source File:/icu-config.xml & build.xml -// * -// *************************************************************************** -/** - * empty locale file for dependency checking - */ -hi_{ - /** - * so genrb doesn't issue warnings - */ - ___{""} -} diff --git a/icu4c/source/data/coll/hi__DIRECT.txt b/icu4c/source/data/coll/hi__DIRECT.txt deleted file mode 100644 index 406d813eb3d..00000000000 --- a/icu4c/source/data/coll/hi__DIRECT.txt +++ /dev/null @@ -1,13 +0,0 @@ -// *************************************************************************** -// * -// * Copyright (C) 2013 International Business Machines -// * Corporation and others. All Rights Reserved. -// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java -// * Source File:/icu-config.xml & build.xml -// * -// *************************************************************************** -hi__DIRECT{ - collations{ - default{"direct"} - } -} diff --git a/icu4c/source/data/coll/zh_.txt b/icu4c/source/data/coll/zh_.txt deleted file mode 100644 index f67abaceffb..00000000000 --- a/icu4c/source/data/coll/zh_.txt +++ /dev/null @@ -1,17 +0,0 @@ -// *************************************************************************** -// * -// * Copyright (C) 2013 International Business Machines -// * Corporation and others. All Rights Reserved. -// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java -// * Source File:/icu-config.xml & build.xml -// * -// *************************************************************************** -/** - * empty locale file for dependency checking - */ -zh_{ - /** - * so genrb doesn't issue warnings - */ - ___{""} -} diff --git a/icu4c/source/data/coll/zh_TW_STROKE.txt b/icu4c/source/data/coll/zh_TW_STROKE.txt deleted file mode 100644 index 5d3bee91665..00000000000 --- a/icu4c/source/data/coll/zh_TW_STROKE.txt +++ /dev/null @@ -1,13 +0,0 @@ -// *************************************************************************** -// * -// * Copyright (C) 2013 International Business Machines -// * Corporation and others. All Rights Reserved. -// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java -// * Source File:/icu-config.xml & build.xml -// * -// *************************************************************************** -zh_TW_STROKE{ - collations{ - default{"stroke"} - } -} diff --git a/icu4c/source/data/coll/zh__PINYIN.txt b/icu4c/source/data/coll/zh__PINYIN.txt deleted file mode 100644 index 58cdffab523..00000000000 --- a/icu4c/source/data/coll/zh__PINYIN.txt +++ /dev/null @@ -1,13 +0,0 @@ -// *************************************************************************** -// * -// * Copyright (C) 2013 International Business Machines -// * Corporation and others. All Rights Reserved. -// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java -// * Source File:/icu-config.xml & build.xml -// * -// *************************************************************************** -zh__PINYIN{ - collations{ - default{"pinyin"} - } -}