From feaad96160c29ce55d627745bbb168fa134cb8d0 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Fri, 5 Feb 2010 10:19:59 -0700 Subject: [PATCH] Comment that CMUCL errors when reading #\no-break_space --- sql/utils.lisp | 1 + 1 file changed, 1 insertion(+) 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 ) -- 2.34.1