Noting some simple char-set utilities are public domain.

This commit is contained in:
Alex Shinn 2015-04-09 01:43:17 +09:00
parent ab966b3a85
commit c9a9fc0070
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
;; This code is written by Alex Shinn and placed in the
;; Public Domain. All warranties are disclaimed.
(define char-set:letter+digit
(immutable-char-set (char-set-union char-set:letter char-set:digit)))

View file

@ -1,4 +1,6 @@
;; Character sets for Unicode boundaries, TR29.
;; This code is written by Alex Shinn and placed in the
;; Public Domain. All warranties are disclaimed.
(define-library (chibi char-set boundary)
(cond-expand