Class Charset88591

All Implemented Interfaces:
Comparable<Charset>

class Charset88591 extends CharsetASCII
  • Constructor Details

    • Charset88591

      public Charset88591(String icuCanonicalName, String javaCanonicalName, String[] aliases)
  • Method Details

    • newDecoder

      public CharsetDecoder newDecoder()
      Overrides:
      newDecoder in class CharsetASCII
    • newEncoder

      public CharsetEncoder newEncoder()
      Overrides:
      newEncoder in class CharsetASCII
    • getUnicodeSetImpl

      void getUnicodeSetImpl(UnicodeSet setFillIn, int which)
      Description copied from class: CharsetICU
      This follows ucnv.c method ucnv_detectUnicodeSignature() to detect the start of the stream for example U+FEFF (the Unicode BOM/signature character) that can be ignored. Detects Unicode signature byte sequences at the start of the byte stream and returns number of bytes of the BOM of the indicated Unicode charset. 0 is returned when no Unicode signature is recognized.
      Overrides:
      getUnicodeSetImpl in class CharsetASCII