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

JFileChooser doesn't display files containing accentuated letters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 7u13
    • client-libs

      FULL PRODUCT VERSION :
      java version " 1.7.0_13 "
      Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
      Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)

      ADDITIONAL OS VERSION INFORMATION :
      Darwin 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64

      A DESCRIPTION OF THE PROBLEM :
      JFileChooser doesn't display files containing accentuated letters.

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Compile and run the following program:

      public class FileURLTest {
        public static void main(String [] args) {
          new javax.swing.JFileChooser().showOpenDialog(null);
        }
      }


      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      I expected to see all the files of the selected folder in the file dialog box.
      ACTUAL -
      The files of the selected folder didn't contain files with accentuated letters.

      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      public class FileURLTest {
        public static void main(String [] args) {
          new javax.swing.JFileChooser().showOpenDialog(null);
        }
      }

      ---------- END SOURCE ----------

            nnatu Nakul Natu (Inactive)
            webbuggrp Webbug Group
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: