Method MIME.decode_words_text_remapped()
- Method decode_words_text_remapped
string
decode_words_text_remapped(string
txt
)- Description
Like MIME.decode_words_text(), but the extracted strings are also remapped from their specified character encoding into UNICODE, and then pasted together. The result is thus a string in the original text format, without RFC 1522 escapes, and with all characters in UNICODE encoding.
- See also