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