On 2010-05-24 14:07 +0100, Liam Healy wrote:
This is odd -- I thought SBCL was fully unicode compliant. At the least, it's iso-latin-1 compliant, and u with an umlaut is in that character set. I'm running SBCL too and have no problem with this.
Liam
No luck here. Just compiled 1.0.38 and still seeing:
-------------------------------- debugger invoked on a SB-INT:STREAM-DECODING-ERROR: decoding error on stream #<SB-SYS:FD-STREAM for "file /users/b/leo/.ccl/site/gsll/random/rng-types.lisp" {1003B21ED1}> (:EXTERNAL-FORMAT :ASCII): the octet sequence (195) cannot be decoded.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. --------------------------------
I have fixed it temporarily will look into it when have more time. I was advised to set up sbcl to read unicode but I don't know how to off-hand.
Leo