Handbook
Glossary
strict ( code -- strict-state )
Vocabulary
io
.
encodings
.
strict
Inputs
code
an encoding descriptor
Outputs
strict-state
a strict encoding descriptor
Word description
Makes an encoding strict, that is, in the presence of a malformed code point, an error is thrown. Note that the existence of a replacement character in a file (U+FFFD) also throws an error.
Definition
USING:
kernel
;
IN:
io.encodings.strict
:
strict
( code -- strict-state )
\
strict-state
boa
;
inline