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 -- <=> )
[ collation-key/nfd 2array ] compare ;
: unicode-supported ( -- strs )
{
"collation"
} ;
CONSTANT: unicode-supported {
"collation"
}
: unicode-unsupported ( -- strs )
{
"bidi"
} ;
CONSTANT: unicode-unsupported {
"bidi"
}
: unicode-version ( -- str )
"9.0" ;
CONSTANT: unicode-version "10.0"