- Define CXML:ATTRIBUTE as a generic function, and a method for integers.

- Define /UTF8 sinks even on Unicode-aware implementations for backward-
  compatibility.  (Undocumented feature.)
This commit is contained in:
dlichteblau
2006-12-02 13:21:36 +00:00
parent daacce18ea
commit b6551d34b4
2 changed files with 9 additions and 4 deletions

View File

@ -222,7 +222,7 @@
;;;; CHARACTER-STREAM-YSTREAM/UTF8
#+rune-is-integer
;; #+rune-is-integer
(progn
(defstruct (character-stream-ystream/utf8
(:constructor make-character-stream-ystream/utf8 (os-stream))
@ -239,7 +239,7 @@
;;;; STRING-YSTREAM/UTF8
#+rune-is-integer
;; #+rune-is-integer
(progn
(defstruct (string-ystream/utf8
(:include character-stream-ystream/utf8