Documentation ¶
Overview ¶
Package toutf8 converts text to UTF-8.
This is a friendlier API for the golang.org/x/text collection of packages, making it easier to call for arbitrary input in an iconv-like manner.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindEncoding ¶
FindEncoding attempts to find an encoding by name.
Types ¶
type ErrUnknownCharset ¶
type ErrUnknownCharset string
ErrUnknownCharset is used when the passed character set is unknown to this library.
func (ErrUnknownCharset) Error ¶
func (s ErrUnknownCharset) Error() string
Click to show internal directories.
Click to hide internal directories.