8210153: localized currency symbol of VES
Reviewed-by: naoto
This commit is contained in:
parent
ad8e665844
commit
0852cfcc52
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -37,4 +37,4 @@
|
||||
|
||||
VEB=Bs
|
||||
VEF=Bs.F.
|
||||
|
||||
VES=Bs.S.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 4290801 4942982 5102005 8008577 8021121
|
||||
* @bug 4290801 4942982 5102005 8008577 8021121 8210153
|
||||
* @summary Basic tests for currency formatting.
|
||||
* @modules jdk.localedata
|
||||
* @run main/othervm -Djava.locale.providers=JRE,SPI CurrencyFormat
|
||||
|
@ -66,7 +66,7 @@ es_PR=$
|
||||
es_PY=G
|
||||
es_SV=C
|
||||
es_UY=NU$
|
||||
es_VE=Bs.F.
|
||||
es_VE=Bs.S.
|
||||
et=\u00A4
|
||||
et_EE=\u20AC
|
||||
fi=\u00A4
|
||||
|
Loading…
Reference in New Issue
Block a user