|
Duplicate :
|
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
======================================================================
|