Package net.freeutils.charset
Class SCPackedGSMCharset
java.lang.Object
java.nio.charset.Charset
net.freeutils.charset.EscapedByteLookupCharset
net.freeutils.charset.GSMCharset
net.freeutils.charset.PackedGSMCharset
net.freeutils.charset.SCPackedGSMCharset
- All Implemented Interfaces:
Comparable<Charset>
The SCPackedGSMCharset class handles the encoding and decoding of the
GSM default encoding charset. In this variant, byte 0x09 is mapped
to the LATIN SMALL LETTER C WITH CEDILLA character.
The encoding and decoding are based on the mapping at
http://www.unicode.org/Public/MAPPINGS/ETSI/GSM0338.TXT
- Since:
- 2007-03-26
-
Nested Class Summary
Nested classes/interfaces inherited from class net.freeutils.charset.PackedGSMCharset
PackedGSMCharset.Decoder, PackedGSMCharset.Encoder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.freeutils.charset.PackedGSMCharset
newDecoder, newEncoder, pack, unpack
Methods inherited from class net.freeutils.charset.EscapedByteLookupCharset
contains
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
SCPackedGSMCharset
public SCPackedGSMCharset()Constructs an instance of the SCPackedGSMCharset.
-