package charset
import "github.com/emersion/go-message/charset"
Package charset provides functions to decode and encode charsets.
Index ¶
- func DecodeHeader(s string) (string, error)
- func EncodeHeader(s string) string
- func Reader(charset string, input io.Reader) (io.Reader, error)
- func RegisterEncoding(name string, enc encoding.Encoding)
Functions ¶
func DecodeHeader ¶
DecodeHeader decodes an internationalized header field. If it fails, it returns the input string and the error.
func EncodeHeader ¶
EncodeHeader encodes an internationalized header field.
func Reader ¶
Reader returns an io.Reader that converts the provided charset to UTF-8.
func RegisterEncoding ¶
RegisterEncoding registers an encoding. This is intended to be called from the init function in packages that want to support additional charsets.
Source Files ¶
- Version
- v0.10.4
- Published
- Jul 9, 2019
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 3 minutes ago –
Tools for package owners.