]> gitweb.factorcode.org Git - factor.git/blob - extra/io/encodings/ascii/ascii-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / io / encodings / ascii / ascii-docs.factor
1 USING: help.markup help.syntax ;
2 IN: io.encodings.ascii
3
4 HELP: ascii
5 { $class-description "This is the encoding descriptor which denotes an ASCII encoding. By default, if there's a non-ASCII character in an input stream, it will be replaced with a replacement character (U+FFFD), and if a non-ASCII character is used in output, an exception is thrown." }
6 { $see-also "encodings-introduction" } ;