]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/thai/thai-docs.factor
5d2640b6fdf7f619e597bf38f601ff3661586fe4
[factor.git] / basis / io / encodings / 8-bit / thai / thai-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.thai
5
6 HELP: latin/thai
7 { $var-description "This is the ISO-8859-11 encoding, also called Latin/Thai. It is an 8-bit superset of ASCII containing the characters necessary to represent Thai. It is basically identical to TIS-620." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.thai" "Thai encoding"
11 "The " { $vocab-link "io.encodings.8-bit.thai" }  " vocabulary provides the " { $link latin/thai } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.thai"