From 56cb4dfd389edcf8d4d865301235d1af10ef6e8d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 26 Feb 2017 23:07:16 -0800 Subject: [PATCH] Include and export cased table. --- src/runtime/runtime.pkg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index f9ebbcf7b..8bef04f12 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -1296,6 +1296,7 @@ USA. (define-package (runtime ucd-tables) (files "ucd-table-alpha" + "ucd-table-cased" "ucd-table-ccc" "ucd-table-cf" "ucd-table-cwcf" @@ -1319,10 +1320,12 @@ USA. (parent (runtime)) (export () char-alphabetic? + char-cased? char-lower-case? char-upper-case? char-whitespace? char-set:alphabetic + char-set:cased char-set:lower-case char-set:upper-case char-set:whitespace) -- 2.25.1