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

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


Vocabulary
quoted-printable

Inputs
byte-arraya byte-array


Outputs
stringa string


Word description
Encodes a byte array as quoted printable, on a single line.

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


Definition