Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4229169

Implementation Bug for "Locale.FRANCE"

XMLWordPrintable



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

            nlindenbsunw Norbert Lindenberg (Inactive)
            vasya Vassili Igouchkine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: