DecodeMimeEncodedWords (open)
This function will decode a string with encoded words
Syntax
LOADLIB "wh::internet/mime.whlib";
STRING FUNCTION DecodeMimeEncodedWords(STRING value)
Parameters
STRING value
String with encoded words
Return value
STRING
String with the encoded words decoded
Description
This function decodes MIME encoded words of a string (which looks like =?ISO-8859-1?Q?a?=) as documented in RFC 2047