Skip to content

Commit

Permalink
CLDR-17490 XCG transition is in 2025, not 2024 (#3595)
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Apr 2, 2024
1 parent 4c5595e commit edadfb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
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));
}
}

0 comments on commit edadfb0

Please sign in to comment.