]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/ebcdic/ebcdic-docs.factor
factor: clean up whitespace in -docs files
[factor.git] / basis / io / encodings / 8-bit / ebcdic / ebcdic-docs.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: io.encodings.8-bit.ebcdic
5
6 HELP: ebcdic
7 { $var-description "EBCDIC is an 8-bit legacy encoding designed for IBM mainframes like System/360 in the 1960s. It has since fallen into disuse. It contains large unallocated regions, and the version included here (code page 37) contains auxiliary characters in this region for English- and Portugese-speaking countries." }
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.ebcdic" "EBCDIC encoding"
11 "The " { $vocab-link "io.encodings.8-bit.ebcdic" } " vocabulary provides the " { $link ebcdic } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.ebcdic"