The editor subsystem consists of two directories:
-* "edwin" contains our Emacs-like editor written in Scheme and using
- several plugins, e.g. gdbm, blowfish and x11.
+* "edwin" contains our Emacs-like editor written in Scheme.
* "imail" contains an email-reading program for Edwin.
package (runtime blowfish).
* "mcrypt" wraps libmcrypt and provides replacements for the mcrypt-*
- procedures in (runtime crypto).
+ procedures implemented in (runtime crypto).
* "pgsql" wraps libpq and provides a drop-in replacement for the
microcode module based package (runtime postgresql).
(read-file
(merge-pathnames "test-string-normalization-data"
(directory-pathname (current-load-pathname))))))
-\f
+
(define (norm-tc-source tc) (car tc))
(define (norm-tc-nfc tc) (cadr tc))
(define (norm-tc-nfd tc) (caddr tc))