LassoScript Utility
Basics Browse Detail

[Encode_QuotedPrintable]

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

Description

[Encode_QuotedPrintable] is a utilty tag used by the email system to encode the body of an email messaged using quoted-printable encoding. The tag requires one parameter which specifies the data to be encoded. An optional -Charset parameter specifies what charset the value is in (defualts to UTF-8).

Syntax

[Encode_QuotedPrintable: 'Email Message Body']

Parameters

Required Parameters
-Data The text to be encoded.
Optional Parameters
-Charset Optional character set.

Examples

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