]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/latin4/latin4-docs.factor
cfb53d23b6c0283ad40804f870eff9174a8546e2
[factor.git] / basis / io / encodings / 8-bit / latin4 / latin4-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.latin4
5
6 HELP: latin4
7 { $description "This is the ISO-8859-4 encoding, also called Latin-4: North European. It is an 8-bit superset of ASCII and provides the characters necessary for Latvian, Lithuanian, Estonian, Greenlandic and Sami." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.latin4" "Latin4 encoding"
11 "The " { $vocab-link "io.encodings.8-bit.latin4" }  " vocabulary provides the " { $link latin4 } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.latin4"