guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: default encoding for scm_primitive_load


From: Ludovic Courtès
Subject: Re: default encoding for scm_primitive_load
Date: Sun, 13 Feb 2011 15:18:49 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi,

Andy Wingo <address@hidden> writes:

> Are these lines in load.c right?
>
>       /* The file has no encoding declared.  We'll presume Latin-1.  */
>       scm_i_set_port_encoding_x (port, NULL);
>
> I thought we were defaulting to UTF-8 now.

Yes, ‘compile-file’ defaults to UTF-8, so the above line should be
adjusted accordingly.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]