]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/unicode-docs.factor
Documentation updates
[factor.git] / basis / unicode / unicode-docs.factor
index 9450b49f0bd2f14bae20dcc19c15ecfb7093f92c..56432585c0fac349dc4840d5e847df9db8df9cdd 100644 (file)
@@ -1,7 +1,7 @@
 USING: help.markup help.syntax strings ;
 IN: unicode
 
-ARTICLE: "unicode" "Unicode"
+ARTICLE: "unicode" "Unicode support"
 "The " { $vocab-link "unicode" } " vocabulary and its sub-vocabularies implement support for the Unicode 5.1 character set."
 $nl
 "The Unicode character set contains most of the world's writing systems. Unicode is intended as a replacement for, and is a superset of, such legacy character sets as ASCII, Latin1, MacRoman, and so on. Unicode characters are called " { $emphasis "code points" } "; Factor's " { $link "strings" } " are sequences of code points."