From: Kevin Rosenberg Date: Fri, 5 Feb 2010 17:19:59 +0000 (-0700) Subject: Comment that CMUCL errors when reading #\no-break_space X-Git-Tag: v5.0.0~14 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=feaad96160c29ce55d627745bbb168fa134cb8d0 Comment that CMUCL errors when reading #\no-break_space --- diff --git a/sql/utils.lisp b/sql/utils.lisp index 92c96fd..3e29911 100644 --- a/sql/utils.lisp +++ b/sql/utils.lisp @@ -23,6 +23,7 @@ ;; sbcl non-unicode doesn't support no break space ;; AllegroCL 8-bit strings don't fail on reading #\no-break_space, ;; but can't represent such a character + ;; CMUCL errors when trying to read #\no-break_space #+lispworks #\no-break-space #+(or (and sbcl sb-unicode) (and allegro ics) clisp) #\no-break_space )