
8 Feb
2005
8 Feb
'05
8:10 p.m.
On Tue, 8 Feb 2005 06:03:11 -0500 (EST), <chris@austin-lane.net> wrote:
So clean patches are my current goal :)
Good... :)
I stopped this by setting the LC_ALL locale to en_US.UTF-8 before starting lisp, and adding an explicit chartset=UTF-8 to the webpages. My previous locale, Posix, caused lisp to use ASCII as the default :EXTERNAL-FORMAT (which caused it to reject chars > 127).
OK. This is the SBCL Unicode branch, right? Can it change the external format of a stream on the fly like CLISP and (I think) AllegroCL? Cheers, Edi.