Hi,
Andy Wingo 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
Hi Ludo,
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.
Cheers,
Andy
--
http://wingolog.org/