guile-user
[Top][All Lists]
Advanced

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

Re: displaying UTF8 characters in and out of a script (guile 2.0.5)


From: Mark H Weaver
Subject: Re: displaying UTF8 characters in and out of a script (guile 2.0.5)
Date: Sun, 13 Jan 2013 13:12:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Andy Wingo <address@hidden> writes:

> On Sun 16 Dec 2012 21:31, Mark H Weaver <address@hidden> 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



reply via email to

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