Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
/ jdk20 Public archive

Commit 752a370

Browse files
committed
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
Reviewed-by: naoto Backport-of: 3b374c0153950ab193f3a188b57d3404b4ce2fe2
1 parent 3918f9f commit 752a370

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/jdk.localedata/share/classes/sun/util/resources/ext/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

test/jdk/ProblemList.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
###########################################################################
22
#
3-
# Copyright (c) 2009, 2022, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2009, 2023, Oracle and/or its affiliates. All rights reserved.
44
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
#
66
# This code is free software; you can redistribute it and/or modify it
@@ -682,8 +682,6 @@ sanity/client/SwingSet/src/ButtonDemoScreenshotTest.java 8265770 macosx-all
682682

683683
# jdk_text
684684

685-
java/text/Format/NumberFormat/CurrencyFormat.java 8299439 generic-all
686-
687685
############################################################################
688686

689687
# jdk_time

test/jdk/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)