//
pkg.gl
Category
github.com/devyx-tech/go-smpp
smpp
pdu
pdutext
package
1.0.5
Repository:
https://github.com/devyx-tech/go-smpp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
180 SLOC
#
Functions
Decode
Decode text.
Encode
Encode text.
#
Constants
DefaultType
SMSC Default Alphabet.
ISO88595Type
Cyrillic (ISO-8859-5).
Latin1Type
Latin 1 (ISO-8859-1).
UCS2Type
UCS2 (ISO/IEC-10646).
#
Interfaces
Codec
Codec defines a text codec.
#
Type aliases
DataCoding
DataCoding to define text codecs.
GSM7
GSM 7-bit (unpacked).
ISO88591
ISO88591 text codec.
ISO88595
ISO88595 text codec.
Latin1
Latin1 text codec.
Raw
Raw text codec, no encoding.
UCS2
UCS2 text codec.