From: David Lichteblau Date: Mon, 19 May 2008 21:58:46 +0000 (+0200) Subject: moved find-output-encoding to closure-common, thanks to Nathan Bird X-Git-Url: https://repo.or.cz/w/closure-html.git/commitdiff_plain/78d1a8b81ba062273021f06031c4e41c7384d488 moved find-output-encoding to closure-common, thanks to Nathan Bird --- diff --git a/src/parse/unparse.lisp b/src/parse/unparse.lisp index dc303c8..61096ab 100644 --- a/src/parse/unparse.lisp +++ b/src/parse/unparse.lisp @@ -30,7 +30,7 @@ (let* ((encoding (or encoding "UTF-8")) (ystream (,make-ystream ,@args))) (setf (ystream-encoding ystream) - (cxml::find-output-encoding encoding)) + (runes:find-output-encoding encoding)) (apply #'make-instance 'sink :ystream ystream