Robert Dodier wrote:
> On Mon, Feb 9, 2009 at 11:37 AM, Raymond Toy <raymond.toy at ericsson.com> wrote:
>
>
>> 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.
>>
>
> I dunno. At this point I'd rather just nuke any characters that are
> not 7-bit ascii.
>
>
I've done that already.
But I think that we're going to have to visit this issue again soon if
you get the gettext stuff going with different translations.
I don't know, but I suspect that the supported languages are not going
to fit in 7-bit ascii, so we'll have to set up the output streams to
support the correct external format.
Ray