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:
Java Class File  |  1998-04-23  |  732 b   |  19 lines

  1. package sun.io;
  2.  
  3. public class ByteToCharISO2022KR extends ByteToCharISO2022 {
  4.    public ByteToCharISO2022KR() {
  5.       super.SODesignator = new String[1];
  6.       super.SODesignator[0] = "$)C";
  7.       super.SOConverter = new ByteToCharConverter[1];
  8.  
  9.       try {
  10.          super.SOConverter[0] = ByteToCharConverter.getConverter("KSC5601");
  11.       } catch (Exception var1) {
  12.       }
  13.    }
  14.  
  15.    public String getCharacterEncoding() {
  16.       return "ISO2022KR";
  17.    }
  18. }
  19.