mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2119 mark Currencies as a special case for 2.6
X-SVN-Rev: 11578
This commit is contained in:
parent
9d3d03db38
commit
fff64d432a
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue