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

Incorrect it_IT_EURO locale definition

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.1.7
    • core-libs
    • generic
    • generic



      Name: mf23781 Date: 10/16/98


      *Description:
      The Italian Euro locale file in

        src/share/java/java/text/resources/LocaleElements_it_IT_EURO.java

      has an incorrect currency specification. The correct version is shown below,
      the changed line is flagged /*ibm*/.

      public class LocaleElements_it_IT_EURO extends ListResourceBundle {
          /**
           * Overrides ListResourceBundle
           */
          public Object[][] getContents() {
              return new Object[][] {
                  { "NumberPatterns",
                      new String[] {
                          "#,##0.###;-#,##0.###", // decimal pattern
                          "\u20AC #,##0.00;-\u20AC #,##0.00", // currency pattern /*ibm*/
                          "#,##0%" // percent pattertern
                      }
                  }
              };
          }
      }


      ======================================================================

            nlindenbsunw Norbert Lindenberg (Inactive)
            miflemi Mick Fleming
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: