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

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


Vocabulary
quoted-printable

Inputs
stringa string


Outputs
byte-arraya byte-array


Word description
Decodes a quoted printable string into an array of the bytes represented.

Warning
When decoding something in quoted printable form and using it as a string, be sure to use the decode word rather than simply converting the byte array to a string.


Definition