Documentation ¶
Overview ¶
Package encoding provides a replacement encoder and decoder for use with mime.CharsetEncoder and mime.CharsetDecoder. This loads all the encodings provided with:
* golang.org/x/text/encoding/ianaindex
This will make the size of your compiled binaries considerably larger. But it will also give your code the ability to encode and decode pretty much any character set it might encounter in the wild wild world of email.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CharsetDecoder ¶
CharsetDecoder provides a replacement decoder for mime.CharsetDecoder, which can decode a wide range of rare and unusual character sets.
func CharsetEncoder ¶
CharsetEncoder provides a replacement encoder for mime.CharsetEncoder, which can encode a wide range of rare and unusual character sets.
Types ¶
This section is empty.