mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-22935 Add ZWG to static currency lists
This commit is contained in:
parent
ebbadebdfd
commit
42c2b39c14
3 changed files with 16 additions and 0 deletions
|
@ -2024,6 +2024,7 @@ static const struct CurrencyList {
|
|||
{"ZRN", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{"ZRZ", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{"ZWD", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{"ZWG", UCURR_COMMON|UCURR_NON_DEPRECATED},
|
||||
{"ZWL", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{"ZWR", UCURR_COMMON|UCURR_DEPRECATED},
|
||||
{ nullptr, 0 } // Leave here to denote the end of the list.
|
||||
|
|
|
@ -116,6 +116,9 @@ static void TestEnumList(void) {
|
|||
|
||||
// CLDR 45 and ICU-22726
|
||||
expectInList("XCG", UCURR_ALL, true);
|
||||
|
||||
// CLDR 46 and ICU-22935
|
||||
expectInList("ZWG", UCURR_ALL, true);
|
||||
}
|
||||
|
||||
static void TestEnumListReset(void) {
|
||||
|
|
12
icu4c/source/test/testdata/structLocale.txt
vendored
12
icu4c/source/test/testdata/structLocale.txt
vendored
|
@ -1545,6 +1545,10 @@ structLocale:table(nofallback){
|
|||
"",
|
||||
"",
|
||||
}
|
||||
ZWG{
|
||||
"",
|
||||
"",
|
||||
}
|
||||
ZWL{
|
||||
"",
|
||||
"",
|
||||
|
@ -4039,6 +4043,14 @@ structLocale:table(nofallback){
|
|||
many{""}
|
||||
other{""}
|
||||
}
|
||||
ZWG{
|
||||
zero{""}
|
||||
one{""}
|
||||
two{""}
|
||||
few{""}
|
||||
many{""}
|
||||
other{""}
|
||||
}
|
||||
ZWL{
|
||||
zero{""}
|
||||
one{""}
|
||||
|
|
Loading…
Add table
Reference in a new issue