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

Euro currency for Estonia

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 6u29
    • globalization

      FULL PRODUCT VERSION :
      Java 1.6.0_25

      ADDITIONAL OS VERSION INFORMATION :
      Windows 7, SP1, build number 7601

      EXTRA RELEVANT SYSTEM CONFIGURATION :
      This seams to be behaviour on all Windows 7 systems

      A DESCRIPTION OF THE PROBLEM :
      Starting 1 January 2011 Estonia adopted Euro as their currency. After 1 year, Java is still reporting EEK (Estonian Kroon) as their currency.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Locale estonia = new Locale("et","EE");
      Currency estCurrency = Currency.getInstance(estonia);
      System.out.println(estCurrency.getCurrencyCode());


      REPRODUCIBILITY :
      This bug can be reproduced always.

            yhuang Yong Huang (Inactive)
            peytoia Yuka Kamiya (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: