Handbook
Glossary
char>quoted ( ch -- str )
Vocabulary
quoted-printable
.
private
Inputs
ch
an
object
Outputs
str
an
object
Definition
USING:
ascii
kernel
math.parser
sequences
strings
;
IN:
quoted-printable.private
:
char>quoted
( ch -- str )
dup
printable?
[
1string
]
[
assure-small
>hex
>upper
2 48
pad-head
61
prefix
]
if
;