Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axgle/mahonia
/ types & classes
Types & classes
10 in github.com/axgle/mahonia
⨍
Functions
63
◇
Types & classes
10
↓ 1 callers
TypeAlias
Status
Status is the type for the status return value from a Decoder or Encoder.
charset.go:10
Struct
Charset
A Charset represents a character set that can be converted, and contains functions to create Converters to encode and decode strings in that character
charset.go:41
FuncType
Decoder
A Decoder is a function that decodes a character set, one character at a time. It works much like utf8.DecodeRune, but has an aditional status return
charset.go:33
FuncType
Encoder
An Encoder is a function that encodes a character set, one character at a time. It works much like utf8.EncodeRune, but has an additional status retur
charset.go:37
Struct
MBCSTable
A MBCSTable holds the data to convert to and from Unicode.
mbcs.go:17
Struct
Reader
Reader implements character-set decoding for an io.Reader object.
reader.go:20
Struct
Writer
Writer implements character-set encoding for an io.Writer object.
writer.go:9
Struct
eightBitInfo
Converters for simple 8-bit character sets.
8bit.go:10
Struct
htmlEntityTrie
entityTrie is similar to mbcsTrie, but not identical.
entity.go:12
Struct
mbcsTrie
Generic converters for multibyte character sets. An mbcsTrie contains the data to convert from the character set to Unicode. If a character would be e
mbcs.go:8