guile-user
[Top][All Lists]
Advanced

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

Re: propagating a coding setting across source files


From: Mike Gran
Subject: Re: propagating a coding setting across source files
Date: Fri, 2 Dec 2011 04:55:39 -0800 (PST)

> From: Sven Hartrumpf <address@hidden>
>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"?

I'm pretty sure that, for 2.0.x at least, if you don't
specify an encoding, it presumes iso-8859-1 as the default.
 
-Mike



reply via email to

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