Hi Sven,

On Fri 02 Dec 2011 09:06, Sven Hartrumpf <hartru...@gmx.net> writes:

> After a long period of working with other Schemes,
> I am returning to guile for some tests to see what
> Guile has achieved in recent years.

Cool!  Let us know if you find something that smells bad.

> My test program is made up of around 100 scheme files, all
> encoded in latin-1.
> I added to the master file the following comment:
>
> ; coding: iso-8859-1
>
> which works as documented.
> How can I avoid to add this comment line to all the other files
> which are currently included by the master file using "load"?

You can (fluid-set! %default-port-encoding "iso-8859-1").

Let us know if this doesn't work.

Andy
-- 
http://wingolog.org/

Reply via email to