Versions in this module Expand all Collapse all v1 v1.0.1 Oct 22, 2020 v1.0.0 Oct 22, 2020 Changes in this version + type Codec interface + Decode func() []byte + Encode func() []byte + Type func() DataCoding + type DataCoding uint8 + const DefaultType + const ISO88595Type + const Latin1Type + const UCS2Type + type GSM7 []byte + func (s GSM7) Decode() []byte + func (s GSM7) Encode() []byte + func (s GSM7) Type() DataCoding + type GSM7Packed []byte + func (s GSM7Packed) Decode() []byte + func (s GSM7Packed) Encode() []byte + func (s GSM7Packed) Type() DataCoding + type ISO88595 []byte + func (s ISO88595) Decode() []byte + func (s ISO88595) Encode() []byte + func (s ISO88595) Type() DataCoding + type Latin1 []byte + func (s Latin1) Decode() []byte + func (s Latin1) Encode() []byte + func (s Latin1) Type() DataCoding + type Raw []byte + func (s Raw) Decode() []byte + func (s Raw) Encode() []byte + func (s Raw) Type() DataCoding + type UCS2 []byte + func (s UCS2) Decode() []byte + func (s UCS2) Encode() []byte + func (s UCS2) Type() DataCoding