Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17490 XCG transition is in 2025, not 2024 #3595

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions common/supplemental/supplementalData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ The printed version of ISO-4217:2001
<currency iso4217="PTE" from="1911-05-22" to="1975-07-05"/>
</region>
<region iso3166="CW">
<currency iso4217="XCG" from="2024-03-31" tz="America/Curacao"/>
<currency iso4217="ANG" from="2010-10-10" to="2024-06-30" to-tz="America/Curacao"/>
<currency iso4217="XCG" from="2025-03-31" tz="America/Curacao"/>
<currency iso4217="ANG" from="2010-10-10" to="2025-06-30" to-tz="America/Curacao"/>
</region>
<region iso3166="CX">
<currency iso4217="AUD" from="1966-02-14"/>
Expand Down Expand Up @@ -996,8 +996,8 @@ The printed version of ISO-4217:2001
<currency iso4217="SVC" from="1919-11-11" to="2001-01-01"/>
</region>
<region iso3166="SX">
<currency iso4217="XCG" from="2024-03-31" tz="America/Lower_Princes"/>
<currency iso4217="ANG" from="2010-10-10" to="2024-06-30" to-tz="America/Lower_Princes"/>
<currency iso4217="XCG" from="2025-03-31" tz="America/Lower_Princes"/>
<currency iso4217="ANG" from="2010-10-10" to="2025-06-30" to-tz="America/Lower_Princes"/>
</region>
<region iso3166="SY">
<currency iso4217="SYP" from="1948-01-01"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ public void testModernCurrencies(final String code) {
final Level expect = Level.MODERN;
assertTrue(
expect.isAtLeast(l),
() -> String.format("cov for %s is %s expected ≤ %s", code, l, expect));
() ->
String.format(
"Coverage for modern currency %s: %s, expected ≤ %s",
code, l, expect));
}
}
Loading