Skip to content

Commit 9a604fd

Browse files
authored
CLDR-19203 Update currencies: more changes for BGN to EUR (#5296)
1 parent 24d0f5e commit 9a604fd

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ISO4217.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ currency | NOK | Norwegian Krone | BV | BOUVET ISLAND | C
5555
currency | BRL | Brazilian Real | BR | BRAZIL | C
5656
currency | USD | US Dollar | IO | BRITISH INDIAN OCEAN TERRITORY | C
5757
currency | 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
5960
currency | XOF | CFA Franc BCEAO † | BF | BURKINA FASO | C
6061
currency | BIF | Burundi Franc | BI | BURUNDI | C
6162
currency | KHR | Riel | KH | CAMBODIA | C
@@ -407,3 +408,5 @@ currency | VED | Bolívar Soberano | VE | VENEZUALA | F
407408
currency | XCG | Caribbean Guilder | CW | CURAÇAO | P
408409
currency | XCG | Caribbean Guilder | SX | SINT MAARTEN | P
409410
currency | 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

tools/cldr-code/src/test/java/org/unicode/cldr/unittest/TestSupplementalInfo.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)