Andy Wingo <wi...@pobox.com> writes: > On Sun 16 Dec 2012 21:31, Mark H Weaver <m...@netris.org> writes: > >> Also, since your script contains non-ASCII characters, you should place >> a coding declaration in the file so that Guile will know what encoding >> to use when reading it. If your script is in UTF-8, then put this in >> the first 500 characters of the file: >> >> ;;; coding: utf-8 > > I think the default is utf-8 now, correct?
Indeed, you are correct. I did not know that! Thanks, Mark