-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
None
-
generic
-
solaris_2.6
Java picks up the wrong file encoding class for locale "tr" (Turkish).
The code
System.out.println("CharToByteConverter.getDefault(): " +
sun.io.CharToByteConverter.getDefault());
in this locale always prints ASCII7. All input and output streams then
use ASCII7 as the default encoding class.
The code
System.out.println("CharToByteConverter.getDefault(): " +
sun.io.CharToByteConverter.getDefault());
in this locale always prints ASCII7. All input and output streams then
use ASCII7 as the default encoding class.
- duplicates
-
JDK-4206507 jdk1.2 : ISO8859-9 encoding is throwing a java.io.UnsupportedEncodingException
-
- Resolved
-