[cxml-cvs] CVS update: cxml/runes/utf8.lisp cxml/runes/package.lisp

David Lichteblau dlichteblau at common-lisp.net
Tue Dec 27 00:21:38 UTC 2005


Update of /project/cxml/cvsroot/cxml/runes
In directory common-lisp.net:/tmp/cvs-serv11709/runes

Modified Files:
	package.lisp 
Added Files:
	utf8.lisp 
Log Message:
utf8-dom

Date: Tue Dec 27 01:21:36 2005
Author: dlichteblau



Index: cxml/runes/package.lisp
diff -u cxml/runes/package.lisp:1.3 cxml/runes/package.lisp:1.4
--- cxml/runes/package.lisp:1.3	Sun Nov 27 18:19:12 2005
+++ cxml/runes/package.lisp	Tue Dec 27 01:21:36 2005
@@ -61,6 +61,12 @@
            #:set-to-full-speed
            #:xstream-name))
 
+(defpackage :utf8-runes
+  (:use :cl)
+  (:export *utf8-runes-readtable*
+	   #:rune #:rod #:simple-rod #:rod-string #:rod= #:make-rod
+	   #:string-rod))
+
 (defpackage :runes-encoding
   (:use :cl :runes)
   (:export




More information about the Cxml-cvs mailing list