-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
None
-
Affects Version/s: 1.2.1
-
Component/s: globalization
-
x86
-
windows_98
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
======================================================================
- duplicates
-
JDK-4153167 separate between ANSI and OEM code pages on Windows
-
- Closed
-