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

Method MIME.encode_words_quoted_remapped()


Method encode_words_quoted_remapped

string encode_words_quoted_remapped(array(string|int) phrase, string encoding, string|function(string:string) charset, string|void replacement, function(string:string)|void repcb)

Description

The inverse of decode_words_tokenized_remapped() , this functions accepts an array equivalent to the argument of quote() , but also performs on demand word encoding in the same way as encode_words_text_remapped() .

See also

MIME.encode_words_text_remapped() MIME.encode_words_quoted_labled_remapped()