Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: core-libs
    • None
    • b94
    • x86
    • windows

      The following program doesn't produce Japanese era, month, day names correctly with -Djava.locale.providers=HOST on Windows 7.

      Locale locale = new Locale("ja","JP","JP");
      SimpleDateFormat df = new SimpleDateFormat("GGGG yyyy.MMM.dd '('E')' a hh:mm:ss zzz", locale);
      System.out.println(df.format(new Date()));

            Assignee:
            Naoto Sato
            Reporter:
            Masayoshi Okutsu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: