Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Duplicate
-
Affects Version/s: 1.2.1
-
Fix Version/s: None
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
CPU:x86
-
OS:windows_98
Description
Name: vi73552 Date: 04/13/99
=20
If the following is done:
double payment =3D 4000.20
NumberFormat nf =3D NumberFormat.getCurrencyInstance(Locale.FRANCE);
System.out.println(nf.format(payment));
the result is:
"4=E0000,20 F"
instead of
"4 000,20 F"
This bug is also hapening on a native French Windows 98, without
the Locale.FRANCE (thus using the default Locale).
(Review ID: 56905)=20
======================================================================
Attachments
Issue Links
- duplicates
-
JDK-4153167 separate between ANSI and OEM code pages on Windows
-
- Closed
-