package charset

import "github.com/emersion/go-message/charset"

Package charset provides functions to decode and encode charsets.

Index

Functions

func DecodeHeader

func DecodeHeader(s string) (string, error)

DecodeHeader decodes an internationalized header field. If it fails, it returns the input string and the error.

func EncodeHeader

func EncodeHeader(s string) string

EncodeHeader encodes an internationalized header field.

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.

Source Files

charset.go header.go

Version
v0.10.5
Published
Jul 27, 2019
Platform
windows/amd64
Imports
10 packages
Last checked
15 hours ago

Tools for package owners.