unicode: Bump the version number, use CONSTANT:

modern-harvey2
Doug Coleman 2017-09-24 19:27:18 -05:00
parent f7ddfb44b7
commit 516a6909ac
1 changed files with 7 additions and 10 deletions

View File

@ -196,15 +196,12 @@ PRIVATE>
: string<=> ( str1 str2 -- <=> ) : string<=> ( str1 str2 -- <=> )
[ collation-key/nfd 2array ] compare ; [ collation-key/nfd 2array ] compare ;
: unicode-supported ( -- strs ) CONSTANT: unicode-supported {
{
"collation" "collation"
} ; }
: unicode-unsupported ( -- strs ) CONSTANT: unicode-unsupported {
{
"bidi" "bidi"
} ; }
: unicode-version ( -- str ) CONSTANT: unicode-version "10.0"
"9.0" ;