]> gitweb.factorcode.org Git - factor.git/commitdiff
Updating docs to say Unicode 5.2
authorDaniel Ehrenberg <littledan@pool-224-36.res.carleton.edu>
Tue, 2 Feb 2010 07:49:24 +0000 (01:49 -0600)
committerDaniel Ehrenberg <littledan@pool-224-36.res.carleton.edu>
Tue, 2 Feb 2010 07:49:24 +0000 (01:49 -0600)
basis/unicode/unicode-docs.factor

index 56432585c0fac349dc4840d5e847df9db8df9cdd..24cf64f9e028cb820d716b59ea6e840bb37dcbcb 100644 (file)
@@ -2,7 +2,7 @@ USING: help.markup help.syntax strings ;
 IN: unicode
 
 ARTICLE: "unicode" "Unicode support"
-"The " { $vocab-link "unicode" } " vocabulary and its sub-vocabularies implement support for the Unicode 5.1 character set."
+"The " { $vocab-link "unicode" } " vocabulary and its sub-vocabularies implement support for the Unicode 5.2 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."
 $nl