Module character_sets

Module character_sets 

Source

Enums§

CharacterSetType
Enum representing possible character sets e.g. FULL_UNICODE_CHARACTER_SET.

Constants§

FOUR_BIT_CHARACTER_SET
Set providing pre-defined characters for 4-bit encoding capacity.
FULL_UNICODE_CHARACTER_SET
Full set of used Unicode whitespace and invisible special chars - from different width spaces to formatting chars and zero-width spaces.
THREE_BIT_CHARACTER_SET
Set providing pre-defined characters for 3-bit encoding capacity.
TWITTER_UNICODE_CHARACTER_SET
Set of characters used to encode messages on Twitter
TWO_BIT_CHARACTER_SET
Set providing pre-defined characters for 2-bit encoding capacity.

Traits§

GetCharacterSet
This trait is used for reading unicode set data.