quoted_printable_encode
Convert an 8-bit string to a printable string with quotes
The quoted_printable_encode()
function converts an 8-bit string to a quoted-printable string.
Tip: The data encoded by quoted-printable is different from those modified by email transmission. Full US-ASCII text can be quoted-printable encoded to ensure data integrity when messaging via text translation or a line packet gateway.
quoted_printable_encode ( string )
parameter | describe |
---|---|
string | Required. Specifies the 8-bit string to be converted. |