]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/unicode.factor
factor: trim some using lists
[factor.git] / basis / unicode / unicode.factor
index 0a08bc787cc155071d992b10920b7e9c7a9b0662..e67b3a5366d3199fc797e7d81b62e818fa2ef3e8 100644 (file)
@@ -3,7 +3,7 @@ hints interval-maps kernel math math.order sequences sorting
 strings unicode.breaks.private unicode.case.private
 unicode.categories unicode.collation unicode.collation.private
 unicode.data unicode.data.private unicode.normalize.private
-unicode.script locals ranges ;
+unicode.script ranges ;
 IN: unicode
 
 CATEGORY: blank Zs Zl Zp | "\r\n\t" member? ;
@@ -229,4 +229,4 @@ CONSTANT: unicode-unsupported {
     "bidi"
 }
 
-CONSTANT: unicode-version "13.0"
+CONSTANT: unicode-version "14.0.0"