]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/gb18030/gb18030-docs.factor
Switch to https urls
[factor.git] / basis / io / encodings / gb18030 / gb18030-docs.factor
1 ! Copyright (C) 2009 Daniel Ehrenberg
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.syntax help.markup ;
4 IN: io.encodings.gb18030
5
6 ARTICLE: "io.encodings.gb18030" "GB 18030"
7 "The " { $vocab-link "io.encodings.gb18030" } " vocabulary implements GB18030, a commonly used encoding for Chinese text besides the standard UTF encodings for Unicode strings."
8 { $subsections gb18030 } ;
9
10 ABOUT: "io.encodings.gb18030"
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" } ;