]> gitweb.factorcode.org Git - factor.git/commitdiff
unicode: Update Unicode version from 13.0 to 14.0
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 25 May 2022 03:43:08 +0000 (22:43 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 25 May 2022 03:43:08 +0000 (22:43 -0500)
basis/unicode/unicode-docs.factor

index b5e908f624e94df8ddea3a9b0093e3632aabdc3d..fb3ebd4e09224d6c574a88473c7ef8158a738c52 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 13.0 character set."
+"The " { $vocab-link "unicode" } " vocabulary and its sub-vocabularies implement support for the Unicode 14.0 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