make-alpha
[Top][All Lists]
Advanced

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

Guile integration and UTF-8


From: Lars Ljung
Subject: Guile integration and UTF-8
Date: Tue, 24 Sep 2013 19:35:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

I downloaded version 3.99.92 to try out the Guile integration.

1) It seems like scm_t_subr has been deprecated so guile.c does not
compile with guile 1.8.8. This was not a problem in 3.99.91.

2) This simple example fails because of the UTF-8 string:

all:
        @echo $(guile "Hej, världen!")

The result is:

ERROR: Unknown object: "Hej, världen!".

It does work as expected when using a string with only ASCII characters.

Regards,
Lars Ljung




reply via email to

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