]> gitweb.factorcode.org Git - factor.git/commitdiff
Bump Unicode version in basis/unicode
authorFred Alger <fred@fredalger.net>
Tue, 13 Oct 2020 21:58:04 +0000 (17:58 -0400)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 13 Oct 2020 23:03:46 +0000 (23:03 +0000)
basis/unicode/unicode-docs.factor
basis/unicode/unicode.factor

index 9d49fc9dbb83a172aaeb9179a91d631d6af2dd56..21c2febd099302795d8840a3dfeeeb4d7d19f24d 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.2 character set."
+"The " { $vocab-link "unicode" } " vocabulary and its sub-vocabularies implement support for the Unicode 13.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
index 64cfb600316d9421057756ecbb9fada018435b2e..0357f82a7f844d68e8570fad39faf09279a88f01 100644 (file)
@@ -229,4 +229,4 @@ CONSTANT: unicode-unsupported {
     "bidi"
 }
 
-CONSTANT: unicode-version "10.0"
+CONSTANT: unicode-version "13.0"