]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/latin3/latin3-docs.factor
8cb719b89015395b293f7b9b80a2b263d1fcfa1b
[factor.git] / basis / io / encodings / 8-bit / latin3 / latin3-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.latin3
5
6 HELP: latin3
7 { $var-description "This is the ISO-8859-3 encoding, also called Latin-3: South European. It is an 8-bit superset of ASCII and provides the characters necessary for Turkish, Maltese and Esperanto." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.latin3" "Latin3 encoding"
11 "The " { $vocab-link "io.encodings.8-bit.latin3" }  " vocabulary provides the " { $link latin3 } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.latin3"