File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
src/java.base/share/data/currency
test/jdk/java/util/Currency Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ formatVersion=3
32
32
# Version of the currency code information in this class.
33
33
# It is a serial number that accompanies with each amendment.
34
34
35
- dataVersion =179
35
+ dataVersion =180
36
36
37
37
# List of all valid ISO 4217 currency codes.
38
38
# To ensure compatibility, do not remove codes.
@@ -147,7 +147,7 @@ IO=USD
147
147
# BRUNEI DARUSSALAM
148
148
BN =BND
149
149
# BULGARIA
150
- BG =BGN
150
+ BG =BGN;2025-12-31-22-00-00;EUR
151
151
# BURKINA FASO
152
152
BF =XOF
153
153
# BURUNDI
@@ -193,7 +193,7 @@ HR=EUR
193
193
# CUBA
194
194
CU =CUP
195
195
# Curaçao
196
- CW =ANG;2025-04-01-04-00-00; XCG
196
+ CW =XCG
197
197
# CYPRUS
198
198
CY =EUR
199
199
# CZECHIA
@@ -510,7 +510,7 @@ SR=SRD
510
510
# SVALBARD AND JAN MAYEN
511
511
SJ =NOK
512
512
# Sint Maarten (Dutch part)
513
- SX =ANG;2025-04-01-04-00-00; XCG
513
+ SX =XCG
514
514
# ESWATINI
515
515
SZ =SZL
516
516
# SWEDEN
Original file line number Diff line number Diff line change 1
1
#
2
2
#
3
- # Amendments up until ISO 4217 AMENDMENT NUMBER 179
4
- # (As of 02 May 2025)
3
+ # Amendments up until ISO 4217 AMENDMENT NUMBER 180
4
+ # (As of 22 September 2025)
5
5
#
6
6
7
7
# Version
8
8
FILEVERSION=3
9
- DATAVERSION=179
9
+ DATAVERSION=180
10
10
11
11
# ISO 4217 currency data
12
12
AF AFN 971 2
@@ -44,7 +44,7 @@ BV NOK 578 2
44
44
BR BRL 986 2
45
45
IO USD 840 2
46
46
BN BND 96 2
47
- BG BGN 975 2
47
+ BG BGN 975 2 2025-12-31-22-00-00 EUR 978 2
48
48
BF XOF 952 0
49
49
BI BIF 108 0
50
50
KH KHR 116 2
@@ -69,7 +69,7 @@ CR CRC 188 2
69
69
CI XOF 952 0
70
70
HR EUR 978 2
71
71
CU CUP 192 2
72
- CW ANG 532 2 2025-04-01-04-00-00 XCG 532 2
72
+ CW XCG 532 2
73
73
CY EUR 978 2
74
74
CZ CZK 203 2
75
75
DK DKK 208 2
@@ -233,7 +233,7 @@ LK LKR 144 2
233
233
SD SDG 938 2
234
234
SR SRD 968 2
235
235
SJ NOK 578 2
236
- SX ANG 532 2 2025-04-01-04-00-00 XCG 532 2
236
+ SX XCG 532 2
237
237
SZ SZL 748 2
238
238
SE SEK 752 2
239
239
CH CHF 756 2
Original file line number Diff line number Diff line change 26
26
* @bug 4691089 4819436 4942982 5104960 6544471 6627549 7066203 7195759
27
27
* 8039317 8074350 8074351 8145952 8187946 8193552 8202026 8204269
28
28
* 8208746 8209775 8264792 8274658 8283277 8296239 8321480 8334653
29
- * 8354343 8354344 8356096
29
+ * 8354343 8354344 8356096 8368308
30
30
* @summary Validate ISO 4217 data for Currency class.
31
31
* @modules java.base/java.util:open
32
32
* jdk.localedata
@@ -116,7 +116,7 @@ public class ValidateISO4217 {
116
116
private static final Set <String > currenciesNotYetDefined = new HashSet <>();
117
117
// Codes that are obsolete, do not have related country, extra currency
118
118
private static final String otherCodes =
119
- "ADP-AFA-ATS-AYM-AZM-BEF-BGL-BOV-BYB-BYR-CHE-CHW-CLF-COU-CUC-CYP-"
119
+ "ADP-AFA-ATS-AYM-AZM-BEF-BGL-BGN- BOV-BYB-BYR-CHE-CHW-CLF-COU-CUC-CYP-"
120
120
+ "DEM-EEK-ESP-FIM-FRF-GHC-GRD-GWP-HRK-IEP-ITL-LTL-LUF-LVL-MGF-MRO-MTL-MXV-MZM-NLG-"
121
121
+ "PTE-ROL-RUR-SDD-SIT-SLL-SKK-SRG-STD-TMM-TPE-TRL-VEF-UYI-USN-USS-VEB-VED-"
122
122
+ "XAD-XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-XPT-XSU-XTS-XUA-XXX-"
You can’t perform that action at this time.
0 commit comments