From 53574ad971d3f1f80a0690328e2927b16ee64772 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 28 Nov 2005 23:47:41 +0000 Subject: [PATCH] ICU-4739 add empty resource bundles to satisfy fallback dependencies X-SVN-Rev: 18834 --- icu4c/source/data/coll/de_.txt | 14 ++++++++++++++ icu4c/source/data/coll/es_.txt | 14 ++++++++++++++ icu4c/source/data/coll/hi_.txt | 14 ++++++++++++++ icu4c/source/data/coll/zh_.txt | 14 ++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 icu4c/source/data/coll/de_.txt create mode 100644 icu4c/source/data/coll/es_.txt create mode 100644 icu4c/source/data/coll/hi_.txt create mode 100644 icu4c/source/data/coll/zh_.txt diff --git a/icu4c/source/data/coll/de_.txt b/icu4c/source/data/coll/de_.txt new file mode 100644 index 00000000000..660dc78cd16 --- /dev/null +++ b/icu4c/source/data/coll/de_.txt @@ -0,0 +1,14 @@ +// *************************************************************************** +// * +// * Copyright (C) 2005 International Business Machines +// * Corporation and others. All Rights Reserved. +// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java +// * Source File: deprecatedList.xml +// * +// *************************************************************************** +de_{ + /** + * so genrb doesn't issue warnings + */ + ___{""} +} diff --git a/icu4c/source/data/coll/es_.txt b/icu4c/source/data/coll/es_.txt new file mode 100644 index 00000000000..18f2c30f34e --- /dev/null +++ b/icu4c/source/data/coll/es_.txt @@ -0,0 +1,14 @@ +// *************************************************************************** +// * +// * Copyright (C) 2005 International Business Machines +// * Corporation and others. All Rights Reserved. +// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java +// * Source File: deprecatedList.xml +// * +// *************************************************************************** +es_{ + /** + * so genrb doesn't issue warnings + */ + ___{""} +} diff --git a/icu4c/source/data/coll/hi_.txt b/icu4c/source/data/coll/hi_.txt new file mode 100644 index 00000000000..c94ceb5818f --- /dev/null +++ b/icu4c/source/data/coll/hi_.txt @@ -0,0 +1,14 @@ +// *************************************************************************** +// * +// * Copyright (C) 2005 International Business Machines +// * Corporation and others. All Rights Reserved. +// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java +// * Source File: deprecatedList.xml +// * +// *************************************************************************** +hi_{ + /** + * so genrb doesn't issue warnings + */ + ___{""} +} diff --git a/icu4c/source/data/coll/zh_.txt b/icu4c/source/data/coll/zh_.txt new file mode 100644 index 00000000000..59951544ef1 --- /dev/null +++ b/icu4c/source/data/coll/zh_.txt @@ -0,0 +1,14 @@ +// *************************************************************************** +// * +// * Copyright (C) 2005 International Business Machines +// * Corporation and others. All Rights Reserved. +// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java +// * Source File: deprecatedList.xml +// * +// *************************************************************************** +zh_{ + /** + * so genrb doesn't issue warnings + */ + ___{""} +}