Package net.freeutils.charset
Class ISO88598Charset
java.lang.Object
java.nio.charset.Charset
net.freeutils.charset.ByteLookupCharset
net.freeutils.charset.ISO88598Charset
- All Implemented Interfaces:
Comparable<Charset>
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
-
Nested Class Summary
Nested classes/interfaces inherited from class net.freeutils.charset.ByteLookupCharset
ByteLookupCharset.Decoder, ByteLookupCharset.Encoder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.freeutils.charset.ByteLookupCharset
contains, createInverseLookupTable, createInverseLookupTableDefinition, mutate, newDecoder, newEncoder, updateInverseLookupTable, updateInverseLookupTable
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
ISO88598Charset
public ISO88598Charset()Constructs an instance of the ISO88598Charset.
-