Robert Dodier wrote:
> On Mon, Feb 9, 2009 at 11:10 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:
>
>
>> It's caused by the copyright character near the top of src/intl.lisp. I
>> thought Robert had made some changes so that clisp would handle this,
>>
>
> Oh, the stuff I added can only help when files are loaded via Maxima's
> load function (by supplying a restart for the "bad character" error).
>
>
Oh, ok.
>
>> The easy solution is to remove the copyright character, but perhaps we
>> should make sure Robert's changes are in place before doing that.
>>
>
> Go ahead and replace the offending character.
>
>
Could we just change custom:*default-file-encoding* to be iso-8859-1?
This should allow the copyright sign to be accepted. (Untested, but on
the machine where I don't have a problem, custom:*default-file-encoding*
is #<ENCODING CHARSET:ISO-8859-1 :UNIX>.)
This might be a problem if we start accepting Lisp files that aren't
iso-8859-1 but we haven't reached that point yet.
Ray