package
0.0.0-20240706153506-3dafd5603fd8
Repository: https://github.com/aos/computer-networking-study.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.