package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Functions
DetermineEncoding determines the encoding of an HTML document by examining up to the first 1024 bytes of content and the declared Content-Type.
Lookup returns the encoding with the specified label, and its canonical name.
NewReader returns an io.Reader that converts the content of r to UTF-8.
NewReaderLabel returns a reader that converts from the specified charset to UTF-8.