SCL support (thanks to Douglas Crosher). Includes support for
implementations where URIs are valid namestrings, and a mode
where normal streams are used instead of xstreams and ystreams
(albeit both SCL-specific at this point).
This commit is contained in:
@ -79,7 +79,11 @@
|
||||
#:make-string-ystream/utf8
|
||||
;; #+rune-is-integer
|
||||
#:make-character-stream-ystream/utf8
|
||||
#:runes-to-utf8/adjustable-string))
|
||||
#:runes-to-utf8/adjustable-string
|
||||
|
||||
#:rod-to-utf8-string
|
||||
#:utf8-string-to-rod
|
||||
#:make-octet-input-stream))
|
||||
|
||||
(defpackage :utf8-runes
|
||||
(:use :cl)
|
||||
|
||||
Reference in New Issue
Block a user