Class | Description |
---|---|
ByteLookupCharset |
The ByteLookupCharset class handles the encoding and decoding of
single-byte charsets where the byte-to-char conversion is performed
using a simple lookup table.
|
CCGSMCharset |
The CCGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
|
CCPackedGSMCharset |
The CCPackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
|
CharsetProvider |
The CharsetProvider class is a Charset Provider implementation.
|
EscapedByteLookupCharset |
The EscapedByteLookupCharset class handles the encoding and
decoding of simple charsets where the byte-to-char conversion
is performed using a simple lookup table, with the addition of a special
escape byte, such that the single byte following it is converted using
an alternate lookup table.
|
GSMCharset |
The GSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
|
HPRoman8Charset |
The HPRoman8Charset class handles the encoding and decoding of the
HP Roman-8 charset, as provided in RFC 1345.
|
ISO88596Charset |
The ISO88596Charset class handles the encoding and decoding of the
ISO 8859-6 charset.
|
ISO88598Charset |
The ISO88598Charset class handles the encoding and decoding of the
ISO 8859-8 charset.
|
KOI8UCharset |
The KOI8UCharset class handles the encoding and decoding of the
KOI8-U charset, as provided in RFC 2319.
|
MIKCharset |
The MIKCharset class handles the encoding and decoding of the
MIK cyrillic code page, commonly used by DOS applications in Bulgaria.
|
PackedGSMCharset |
The PackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset, with packing as per GSM 03.38 spec.
|
SCGSMCharset |
The SCGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
|
SCPackedGSMCharset |
The SCPackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset.
|
UTF7Charset |
The UTF7Charset class handles the encoding and decoding of the
UTF-7 charset.
|
UTF7OptionalCharset |
The UTF7OptionalCharset class handles the encoding and decoding of the
UTF-7 charset.
|