Handbook
Glossary
unrecognized-charset? ( object -- ? )
Vocabulary
quoted-printable
.
rfc2047
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
unrecognized-charset
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
quoted-printable.rfc2047
:
unrecognized-charset?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
unrecognized-charset
eq?
]
[
drop
f
]
if
;