]> gitweb.factorcode.org Git - factor.git/blob - core/io/encodings/utf8/utf8-docs.factor
7e185fff6981db2ff46cb0628d6cee849da54bd0
[factor.git] / core / io / encodings / utf8 / utf8-docs.factor
1 USING: help.markup help.syntax ;
2 IN: io.encodings.utf8
3
4 HELP: utf8
5 { $class-description "Encoding descriptor for UTF-8 encoding." } ;
6
7 ARTICLE: "io.encodings.utf8" "UTF-8 encoding"
8 "UTF-8 is a variable-width encoding. 7-bit ASCII characters are encoded as single bytes, and other Unicode code points are encoded as 2 to 4 byte sequences."
9 { $subsection utf8 } ;
10
11 ABOUT: "io.encodings.utf8"