home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1999 April
/
DPPCPRO0499.ISO
/
April
/
Notes
/
50b2wic.exe
/
DATA1.CAB
/
NotesProgramFilesJavaSupportInternational
/
i18n.jar
/
sun
/
io
/
ByteToCharISO2022KR.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-04-23
|
732 b
|
19 lines
package sun.io;
public class ByteToCharISO2022KR extends ByteToCharISO2022 {
public ByteToCharISO2022KR() {
super.SODesignator = new String[1];
super.SODesignator[0] = "$)C";
super.SOConverter = new ByteToCharConverter[1];
try {
super.SOConverter[0] = ByteToCharConverter.getConverter("KSC5601");
} catch (Exception var1) {
}
}
public String getCharacterEncoding() {
return "ISO2022KR";
}
}