]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/strict/strict-docs.factor
Switch to https urls
[factor.git] / basis / io / encodings / strict / strict-docs.factor
1 ! Copyright (C) 2008 Daniel Ehrenberg
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.syntax help.markup ;
4 IN: io.encodings.strict
5
6 HELP: strict
7 { $values { "code" "an encoding descriptor" } { "strict-state" "a strict encoding descriptor" } }
8 { $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." } ;