Class ISO88596Charset

All Implemented Interfaces:
Comparable<Charset>

public class ISO88596Charset extends ByteLookupCharset
The ISO88596Charset class handles the encoding and decoding of the ISO 8859-6 charset. Although the JRE includes an implementation of this charset, it does not recognize two aliases for this charset: ISO-8859-6-i and ISO-8859-6-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

    • ISO88596Charset

      public ISO88596Charset()
      Constructs an instance of the ISO88596Charset.