strict ( code -- strict-state )


Vocabulary
io.encodings.strict

Inputs
codean encoding descriptor


Outputs
strict-statea 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