Handbook
Glossary
>quoted ( byte-array -- string )
Quoted printable encoding
Next:
>quoted-lines ( byte-array -- string )
Vocabulary
quoted-printable
Inputs
byte-array
a
byte-array
Outputs
string
a
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
USING:
quoted-printable.private
sequences
;
IN:
quoted-printable
:
>quoted
( byte-array -- string )
[
char>quoted
]
{
}
map-as
concat
""
like
;