Hi, Andy Wingo <wi...@pobox.com> 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’.