Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
MIME

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 RFC1522 escapes, and with all characters in UNICODE encoding.

See also

MIME.decode_words_tokenized_remapped