-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
7u13
-
os_x
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 ----------
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 ----------