-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
None
-
Affects Version/s: 1.2.0
-
Component/s: core-libs
-
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
-