encoding

package
v0.0.0-...-ece56df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package encoding handles workarounds to deal with encoding edge cases found into the wild.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CharsetReader

func CharsetReader(label string, input io.Reader) (io.Reader, error)

CharsetReader is used when the XML encoding is specified for the input document.

The document is converted in UTF-8 only if a different encoding is specified and the document is not already UTF-8.

Several edge cases could exists:

- Feeds with charset specified only in Content-Type header and not in XML document - Feeds with charset specified in both places - Feeds with charset specified only in XML document and not in HTTP header

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL