>quoted-lines ( byte-array -- string )
Quoted printable encoding

Prev:>quoted ( byte-array -- string )
Next:quoted> ( string -- byte-array )


Vocabulary
quoted-printable

Inputs
byte-arraya byte-array


Outputs
stringa string


Word description
Encodes a byte array as quoted printable, with soft line breaks inserted so the output lines are no longer than 76 characters.

Warning
To encode a string in quoted printable, first use the encode word with a specific encoding.


Definition