Incorrect it_IT_EURO locale definition

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.1.7
    • Component/s: 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
                      }
                  }
              };
          }
      }


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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: