]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/latin6/latin6-docs.factor
f1866c3ec1e778637c966ec2319f5603c99b962f
[factor.git] / basis / io / encodings / 8-bit / latin6 / latin6-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.latin6
5
6 HELP: latin6
7 { $var-description "This is the ISO-8859-10 encoding, also called Latin-6: Nordic. It is an 8-bit superset of ASCII containing the same characters as Latin-4, but rearranged to be of better use to nordic languages." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.latin6" "Latin6 encoding"
11 "The " { $vocab-link "io.encodings.8-bit.latin6" }  " vocabulary provides the " { $link latin6 } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.latin6"