Python email.charset Functions

EditRocket provides the following information on email.charset functions in the Python source code builder.

add_alias(alias, canonical) - Add a character set alias.

add_charset(charset[, header_enc[, body_enc[, output_charset]]]) - Add character properties to the global registry.

add_codec(charset, codecname) - Add a codec that map characters in the given character set to and from Unicode.