]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/cyrillic/cyrillic-docs.factor
741f1de1f629048f2ec8cd5c615c67804bbd4109
[factor.git] / basis / io / encodings / 8-bit / cyrillic / cyrillic-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.cyrillic
5
6 HELP: latin/cyrillic
7 { $var-description "This is the ISO-8859-5 encoding, also called Latin/Cyrillic. It is an 8-bit superset of ASCII and provides the characters necessary for most languages which use Cyrilic, including Russian, Macedonian, Belarusian, Bulgarian, Serbian, and Ukrainian. KOI8-R is used much more commonly." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.cyrillic" "Cyrillic encoding"
11 "The " { $vocab-link "io.encodings.8-bit.cyrillic" } " vocabulary provides the " { $link latin/cyrillic } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.cyrillic"