]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/koi8-r/koi8-r-docs.factor
94e2652e2a85ffeaff6ef5eeb02a5294e5a9fc64
[factor.git] / basis / io / encodings / 8-bit / koi8-r / koi8-r-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.koi8-r
5
6 HELP: koi8-r
7 { $var-description "KOI8-R is an 8-bit superset of ASCII which encodes the Cyrillic alphabet, as used in Russian and Bulgarian. Characters are in such an order that, if the eight bit is stripped, text is still interpretable as ASCII. Block-building characters also exist." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.koi8-r" "KOI8-R encoding"
11 "The " { $vocab-link "io.encodings.8-bit.koi8-r" } " vocabulary provides the " { $link koi8-r } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.koi8-r"