Versions in this module Expand all Collapse all v1 v1.0.1 Dec 18, 2018 v1.0.0 Dec 18, 2018 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)