File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
main/resources/org/unicode/cldr/util/data
test/java/org/unicode/cldr/unittest Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ currency | NOK | Norwegian Krone | BV | BOUVET ISLAND | C
5555currency | BRL | Brazilian Real | BR | BRAZIL | C
5656currency | USD | US Dollar | IO | BRITISH INDIAN OCEAN TERRITORY | C
5757currency | BND | Brunei Dollar | BN | BRUNEI DARUSSALAM | C
58- currency | BGN | Bulgarian Lev | BG | BULGARIA | C
58+ # C (current) was changed to O (obsolete) 2026-01 in the following line; Bulgaria changed from BGN to EUR
59+ currency | BGN | Bulgarian Lev | BG | BULGARIA | O
5960currency | XOF | CFA Franc BCEAO † | BF | BURKINA FASO | C
6061currency | BIF | Burundi Franc | BI | BURUNDI | C
6162currency | KHR | Riel | KH | CAMBODIA | C
@@ -407,3 +408,5 @@ currency | VED | Bolívar Soberano | VE | VENEZUALA | F
407408currency | XCG | Caribbean Guilder | CW | CURAÇAO | P
408409currency | XCG | Caribbean Guilder | SX | SINT MAARTEN | P
409410currency | ZWG | Zimbabwean Gold | ZW | ZIMBABWE | P
411+ # the following line was added 2026-01; Bulgaria changed from BGN to EUR
412+ currency | EUR | Euro | BG | BULGARIA | C
Original file line number Diff line number Diff line change @@ -1609,12 +1609,6 @@ public void TestSupplementalCurrency() {
16091609 }
16101610 }
16111611 }
1612- if (currency .equals ("EUR" )
1613- && logKnownIssue (
1614- "CLDR-19174" ,
1615- "ISO4217 data in CLDR does not yet reflect BG use of EUR" )) {
1616- isoCountries .add ("BG" );
1617- }
16181612
16191613 TreeSet <String > cldrCountries = new TreeSet <>();
16201614 for (Pair <String , CurrencyDateInfo > x : data ) {
You can’t perform that action at this time.
0 commit comments