Class ISO88598Charset

All Implemented Interfaces:
Comparable<Charset>

public class ISO88598Charset extends ByteLookupCharset
The ISO88598Charset class handles the encoding and decoding of the ISO 8859-8 charset. Although the JRE includes an implementation of this charset, it does not recognize two aliases for this charset: ISO-8859-8-i and ISO-8859-8-e. These signify whether bidirectionality is implicit or explicit. However, this is the displayer's responsibility in any case, and the character conversion is the same. See RFC 1556.
Since:
2005-06-30
  • Constructor Details

    • ISO88598Charset

      public ISO88598Charset()
      Constructs an instance of the ISO88598Charset.