charset

package
v0.16.1 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package charset provides functions to decode and encode charsets.

It imports all supported charsets, which adds about 1MiB to binaries size. Importing the package automatically sets message.CharsetReader.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Reader

func Reader(charset string, input io.Reader) (io.Reader, error)

Reader returns an io.Reader that converts the provided charset to UTF-8.

func RegisterEncoding

func RegisterEncoding(name string, enc encoding.Encoding)

RegisterEncoding registers an encoding. This is intended to be called from the init function in packages that want to support additional charsets.

Types

This section is empty.

Jump to

Keyboard shortcuts

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