1
1
/*
2
- * Copyright (c) 2007, 2018 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2007, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
24
24
* @test
25
25
* @bug 4691089 4819436 4942982 5104960 6544471 6627549 7066203 7195759
26
26
* 8039317 8074350 8074351 8145952 8187946 8193552 8202026 8204269
27
- * 8208746 8209775 8274658
27
+ * 8208746 8209775 8264792 8274658
28
28
* @summary Validate ISO 4217 data for Currency class.
29
29
* @modules java.base/java.util:open
30
30
* jdk.localedata
@@ -77,7 +77,7 @@ public class ValidateISO4217 {
77
77
78
78
/*
79
79
* Defined in ISO 4217 list, but don't have code and minor unit info in
80
- * it. On the othe hand, both code and minor unit are defined in
80
+ * it. On the other hand, both code and minor unit are defined in
81
81
* .properties file. I don't know why, though.
82
82
*/
83
83
{"GS" , "GBP" , "826" , "2" }, // South Georgia And The South Sandwich Islands
@@ -92,6 +92,9 @@ public class ValidateISO4217 {
92
92
{"IM" , "GBP" , "826" , "2" }, // Isle of Man
93
93
{"BL" , "EUR" , "978" , "2" }, // Saint Barthelemy
94
94
{"MF" , "EUR" , "978" , "2" }, // Saint Martin
95
+
96
+ /* Defined neither in ISO 4217 nor ISO 3166 list */
97
+ {"XK" , "EUR" , "978" , "2" }, // Kosovo
95
98
};
96
99
97
100
/* Codes that are obsolete, do not have related country, extra currency */
0 commit comments