]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/latin8/latin8-docs.factor
5dc2f1e45dafae7da287fc50e720448a5e0d6bf9
[factor.git] / basis / io / encodings / 8-bit / latin8 / latin8-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.latin8
5
6 HELP: latin8
7 { $var-description "This is the ISO-8859-14 encoding, also called Latin-8: Celtic. It is an 8-bit superset of ASCII designed for Celtic languages like Gaelic and Breton." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.latin8" "Latin8 encoding"
11 "The " { $vocab-link "io.encodings.8-bit.latin8" }  " vocabulary provides the " { $link latin8 } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.latin8"