ICU-2119 mark Currencies as a special case for 2.6

X-SVN-Rev: 11578
This commit is contained in:
Alan Liu 2003-04-17 20:42:37 +00:00
parent 9d3d03db38
commit fff64d432a

View file

@ -1288,7 +1288,8 @@ TestKeyInRootRecursive(UResourceBundle *root, UResourceBundle *currentBundle, co
else {*/
if (subBundleKey == NULL
|| (strcmp(subBundleKey, "TransliterateLATIN") != 0 /* Ignore these special cases */
&& strcmp(subBundleKey, "BreakDictionaryData") != 0))
&& strcmp(subBundleKey, "BreakDictionaryData") != 0
&& strcmp(ures_getKey(currentBundle), "Currencies") != 0))
{
log_data_err("Can't open a resource with key \"%s\" in \"%s\" from root for locale \"%s\"\n",
subBundleKey,