Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ITUEncoding = NewEncoding(morseITU, " ", "/")
ITUEncoding is the standard morse ITU encoding.
Functions ¶
func LooksLikeMorse ¶
LooksLikeMorse returns true if string seems to be a morse encoded string
Types ¶
type Encoding ¶
type Encoding struct {
// contains filtered or unexported fields
}
An Encoding is a radix 62 encoding/decoding scheme, defined by a 62-character alphabet.
func NewEncoding ¶
func (*Encoding) DecodeString ¶
DecodeString returns the bytes represented by the base62 string s.
func (*Encoding) EncodeToString ¶
EncodeToString returns the base62 encoding of src.
Click to show internal directories.
Click to hide internal directories.