package
1.0.0
Repository: https://github.com/yimtcode/net.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.