Include and export cased table.
authorChris Hanson <org/chris-hanson/cph>
Mon, 27 Feb 2017 07:07:16 +0000 (23:07 -0800)
committerChris Hanson <org/chris-hanson/cph>
Mon, 27 Feb 2017 07:07:16 +0000 (23:07 -0800)
src/runtime/runtime.pkg

index f9ebbcf7b5bc9753d3da57440520d347084fd9e9..8bef04f122bc091d8f78915ff7c52ca88a3d26b1 100644 (file)
@@ -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)