]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/data/data.factor
unicode: update to 15.0.0
[factor.git] / basis / unicode / data / data.factor
index 4fb27058994119c9c5edb09e9f6730f0d008cfec..2912cb96309a81b1b5a8d30b15f52fc3f02be99c 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays ascii assocs byte-arrays combinators
 combinators.short-circuit grouping hashtables interval-sets
-io.encodings.utf8 io.files kernel locals make math math.bitwise
-math.order math.parser ranges memoize namespaces sequences
+io.encodings.utf8 io.files kernel make math math.bitwise
+math.order math.parser ranges namespaces sequences
 sets simple-flat-file sorting splitting strings.parser ;
 IN: unicode.data
 
@@ -53,7 +53,7 @@ CONSTANT: categories {
 MEMO: categories-map ( -- hashtable )
     categories H{ } zip-index-as ;
 
-CONSTANT: NUM-CHARS 0x2FA1E
+CONSTANT: NUM-CHARS 0x2FA25
 
 PRIVATE>