default encoding for scm_primitive_load

2011-02-13 Thread Andy Wingo
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/

Re: default encoding for scm_primitive_load

2011-02-13 Thread Ludovic Courtès
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