unicode: Bump the version number, use CONSTANT:
parent
f7ddfb44b7
commit
516a6909ac
|
@ -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" ;
|
|
||||||
|
|
Loading…
Reference in New Issue