]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/chinese/chinese-docs.factor
io.encodings.utf8 fixed for bootstrap; add unit tests
[factor.git] / basis / io / encodings / chinese / chinese-docs.factor
1 ! Copyright (C) 2009 Daniel Ehrenberg
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.syntax help.markup ;
4 IN: io.encodings.chinese
5
6 ARTICLE: "io.encodings.chinese" "Chinese text encodings"
7 "The " { $vocab-link "io.encodings.chinese" } " vocabulary implements encodings used for Chinese text besides the standard UTF encodings for Unicode strings."
8 { $subsection gb18030 } ;
9
10 ABOUT: "io.encodings.chinese"
11
12 HELP: gb18030
13 { $class-description "The encoding descriptor for GB 18030, a Chinese national standard for text encoding. GB 18030 consists of a unique encoding for each Unicode code point, and for this reason has been described as a UTF. It is backwards compatible with the earlier encodings GB 2312 and GBK." }
14 { $see-also "encodings-introduction" } ;