Handbook
Glossary
(decode-text) ( encoding text -- bytes )
Vocabulary
quoted-printable
.
rfc2047
.
private
Inputs
encoding
an
object
text
an
object
Outputs
bytes
an
object
Definition
USING:
base64
kernel
quoted-printable
;
IN:
quoted-printable.rfc2047.private
:
(decode-text)
( encoding text -- bytes )
swap
"Q"
=
[
(replace-underscores)
quoted>
]
[
base64>
]
if
;