extract_msg.encoding Package
Subpackages/Submodules
Package contents
File for handling specialized encoding tasks or information.
- extract_msg.encoding.lookupCodePage(id_: int) str [source]
Converts an encoding id into it’s name.
- Raises:
UnknownCodepageError – The code page was not recognized.
UnsupportedEncodingError – The code page was recognized, but no encoding exists in the environment with support for it.