|
From: R. M. <rm...@mh...> - 2005-02-14 12:52:34
|
Well, here's a short transcript:
* (use-package :clsql)
T
* (locally-enable-sql-reader-syntax)
* (connect '( "localhost" "rezdb" "rezdb" ""))
* (select [*] :from 'book :limit 10)
debugger invoked on a TYPE-ERROR in thread 10447:
(A SB-INT:STREAM-ENCODING-ERROR was caught when trying to print
*DEBUG-CONDITION* when entering the debugger. Printing was aborted and
the SB-INT:STREAM-ENCODING-ERROR was stored in
SB-DEBUG::*NESTED-DEBUG-CONDITION*.)
You can type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT ] Reduce debugger level (leaving debugger, returning to toplevel).
1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
debugger invoked on a SB-INT:STREAM-ENCODING-ERROR in thread 10447:
encoding error on stream #<FILE-STREAM for "the terminal" {40009FE9}>
(:EXTERNAL-FORMAT :ASCII):
the character with code 195 cannot be encoded.
I _know_ i've read some blog entry on this problem but can't find it. I
use an unicode-enabled Xterm but i think i need to set my locale/lang
environmnet too. But to what?
TIA Ralf Mattes
|