io.encodings.strict: Fix docs
parent
cbfb1422c8
commit
4bb509ccdf
|
@ -4,5 +4,5 @@ USING: help.syntax help.markup ;
|
|||
IN: io.encodings.strict
|
||||
|
||||
HELP: strict
|
||||
{ $values { "code" "an encoding descriptor" } { "strict" "a strict encoding descriptor" } }
|
||||
{ $values { "code" "an encoding descriptor" } { "strict-state" "a strict encoding descriptor" } }
|
||||
{ $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." } ;
|
||||
|
|
Loading…
Reference in New Issue