Versions in this module Expand all Collapse all v0 v0.28.1 Aug 29, 2024 Changes in this version + func DetermineEncoding(content []byte, contentType string) (e encoding.Encoding, name string, certain bool) + func Lookup(label string) (e encoding.Encoding, name string) + func NewReader(r io.Reader, contentType string) (io.Reader, error) + func NewReaderLabel(label string, input io.Reader) (io.Reader, error)