Updating docs to say Unicode 5.2

db4
Daniel Ehrenberg 2010-02-02 01:49:24 -06:00
parent 6cc2d0f1d7
commit 8d0705805b
1 changed files with 1 additions and 1 deletions

View 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