Comment that CMUCL errors when reading #\no-break_space
authorKevin Rosenberg <kevin@rosenberg.net>
Fri, 5 Feb 2010 17:19:59 +0000 (10:19 -0700)
committerKevin Rosenberg <kevin@rosenberg.net>
Fri, 5 Feb 2010 17:19:59 +0000 (10:19 -0700)
sql/utils.lisp

index 92c96fdd557501cbcf455d8bd730924ab337a7ce..3e29911260ff226b597ae013fb8baac17316323f 100644 (file)
@@ -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
     )