]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/latin5/latin5-docs.factor
60feed181c43ef7c663f12fd082ab9a224de7e7a
[factor.git] / basis / io / encodings / 8-bit / latin5 / latin5-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.latin5
5
6 HELP: latin5
7 { $var-description "This is the ISO-8859-9 encoding, also called Latin-5: Turkish. It is an 8-bit superset of ASCII and provides the characters necessary for Turkish, similar to Latin-1 but replacing the spots used for Icelandic with characters used in Turkish." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.latin5" "Latin5 encoding"
11 "The " { $vocab-link "io.encodings.8-bit.latin5" }  " vocabulary provides the " { $link latin5 } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.latin5"