factor/basis/io/encodings/ascii/ascii-docs.factor

12 lines
422 B
Factor
Raw Normal View History

USING: help.markup help.syntax ;
IN: io.encodings.ascii
HELP: ascii
2008-09-02 17:49:21 -04:00
{ $class-description "ASCII encoding descriptor." } ;
2008-10-02 09:30:38 -04:00
ARTICLE: "io.encodings.ascii" "ASCII encoding"
2008-09-02 17:49:21 -04:00
"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."
{ $subsection ascii } ;
2008-10-02 09:30:38 -04:00
ABOUT: "io.encodings.ascii"