LassoScript Utility
Basics Browse Detail

[Decode_QuotedPrintable]

Tag Link [Decode_QuotedPrintable] Category Encoding
Type Substitution Source Available Yes
Support Preferred Version 8.0.2
Change Unchanged Data Source Any
Output Type String Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Decode_QuotedPrintable] decodes a quoted-printable encoded string. This tag requires one parameter which is the string to decode. A second optional parameter specifies the character set of the encoding. The character set defaults to UTF-8 if none is specified.

This tag is used internally by the [Email_POP] tags to decode incoming messages.

Syntax

[Decode_QuotedPrintable: (String)]

[Decode_QuotedPrintable: (String), -CharSet='utf-8']

Parameters

Required Parameters
-Data The data to be decoded.
Optional Parameters
-CharSet The character set to use to decode the data. Defaults to UTF-8.

Change Notes

This tag was introduced in Lasso Professional 8.0.2

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.