Skip to content

Commit a5c3ebe

Browse files
committed
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java Reviewed-by: dcherepanov, sgehwolf Backport-of: 80eecc50e663155f04dcec1797efb4be4b8ee7b2
1 parent 9d954b9 commit a5c3ebe

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

jdk/src/share/classes/sun/util/resources/hr/CurrencyNames_hr_HR.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2005, 2023, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -35,4 +35,5 @@
3535
# This notice and attribution to Taligent may not be removed.
3636
# Taligent is a registered trademark of Taligent, Inc.
3737

38+
EUR=\u20AC
3839
HRK=Kn

jdk/test/java/text/Format/NumberFormat/CurrencySymbols.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fr_FR=\u20AC
7979
fr_LU=\u20AC
8080
hi_IN=\u0930\u0942
8181
hr=\u00A4
82-
hr_HR=Kn
82+
hr_HR=\u20AC
8383
hu=\u00A4
8484
hu_HU=Ft
8585
is=\u00A4
@@ -94,9 +94,9 @@ ja_JP=\uFFE5
9494
ko=\u00A4
9595
ko_KR=\uFFE6
9696
lt=\u00A4
97-
lt_LT=Lt;2014-12-31-22-00-00;\u20AC
97+
lt_LT=\u20AC
9898
lv=\u00A4
99-
lv_LV=Ls;2013-12-31-22-00-00;\u20AC
99+
lv_LV=\u20AC
100100
mk=\u00A4
101101
mk_MK=Den
102102
nl=\u00A4

0 commit comments

Comments
 (0)