14 lines
746 B
Factor
14 lines
746 B
Factor
! Copyright (C) 2009 Doug Coleman.
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
USING: help.markup help.syntax ;
|
|
IN: io.encodings.8-bit.cyrillic
|
|
|
|
HELP: latin/cyrillic
|
|
{ $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." }
|
|
{ $see-also "encodings-introduction" } ;
|
|
|
|
ARTICLE: "io.encodings.8-bit.cyrillic" "Cyrillic encoding"
|
|
"The " { $vocab-link "io.encodings.8-bit.cyrillic" } " vocabulary provides the " { $link latin/cyrillic } " encoding." ;
|
|
|
|
ABOUT: "io.encodings.8-bit.cyrillic"
|