Documentation ¶
Index ¶
Constants ¶
View Source
const ( // https://tools.ietf.org/html/rfc20#section-2 ASCIISub = byte(0b0011010) )
Variables ¶
View Source
var ASCII encoding.Encoding
7-bit ASCII
Functions ¶
This section is empty.
Types ¶
type CharacterSet ¶
type CharacterSet struct {
// contains filtered or unexported fields
}
func NewCharacterSet ¶
func NewCharacterSet(m map[byte]rune, sub byte) *CharacterSet
func (*CharacterSet) NewDecoder ¶
func (set *CharacterSet) NewDecoder() *encoding.Decoder
func (*CharacterSet) NewEncoder ¶
func (set *CharacterSet) NewEncoder() *encoding.Encoder
Click to show internal directories.
Click to hide internal directories.