Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidByte = errors.New("invalid gsm7 byte")
ErrInvalidByte means that a given byte is outside of the GSM 7-bit encoding range.
This can only happen during decoding.
View Source
var ErrInvalidCharacter = errors.New("invalid gsm7 character")
ErrInvalidCharacter means a given character can not be represented in GSM 7-bit encoding.
This can only happen during encoding.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.