J
jacksu
In JDK1.5, I found that Cp1047 is great enough to handle EBCDIC char
set. But our running environment is still in JDK1.3, and it can't find
Cp1047 converter class.
java.io.UnsupportedEncodingException: Cp1047
at sun.io.Converters.getConverterClass(Converters.java:102)
at sun.io.Converters.newConverter(Converters.java:131)
at
sun.io.CharToByteConverter.getConverter(CharToByteConverter.java:62)
at java.lang.String.getCTBConverter(String.java:217)
at java.lang.String.getBytes(String.java:740)
Any suggestion?
Thanks.
set. But our running environment is still in JDK1.3, and it can't find
Cp1047 converter class.
java.io.UnsupportedEncodingException: Cp1047
at sun.io.Converters.getConverterClass(Converters.java:102)
at sun.io.Converters.newConverter(Converters.java:131)
at
sun.io.CharToByteConverter.getConverter(CharToByteConverter.java:62)
at java.lang.String.getCTBConverter(String.java:217)
at java.lang.String.getBytes(String.java:740)
Any suggestion?
Thanks.