On 2/8/2012 8:35 AM, Zach Beane wrote:
> Antony<
remove+spam...@gmail.com> writes:
>> I think this is because rfc2388.asd is in utf-8 and contains non ascii
>> stuff.
>>
>> How do I indicate this info to sbcl
>
> One option is to start SBCL with a UTF-8 locale. On my Linux system,
> that means setting LANG to "en_US.utf8". Your environment may need
> something slightly different.
Yes, that worked on freebsd too.
I now run it as
LANG=en_US.UTF-8 sbcl --no-userinit
My Linux env seems to have that set, so does not need it.
Thanks,
-Antony