Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotValidBaseInt = errors.New("not a valid numeric base (0 or 2..32)")
ErrNotValidBaseInt is returned when we're told to interpret a character sequence as a number in a base system which we don't support. We support natural number bases between 2 and 32 inclusive, or 0 to imply auto-detection via normal Golang rules.
View Source
var ErrUnknownCodepoint = errors.New("unknown character codepoint")
ErrUnknownCodepoint means the specified codepoint is not assigned
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.