[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile 2.0.1 working on cygwin (probably 2.0.0 also)
From: |
Ludovic Courtès |
Subject: |
Re: guile 2.0.1 working on cygwin (probably 2.0.0 also) |
Date: |
Wed, 25 May 2011 14:40:57 +0200 |
User-agent: |
Gnus/5.110017 (No Gnus v0.17) Emacs/24.0.50 (gnu/linux) |
Hi,
"objc" <address@hidden> skribas:
> I've got guile 2.0.1 to work on cygwin with a nasty "test hack".
>
> in scm_to_stringn function:
>
> ret = mem_iconveh (jrgbuf, ilen,
> "ISO-8859-1"
> //??????????
> , enc,//"ANSI_X3.4-1968" "ISO-8859-1" "UTF-8"
> (enum iconv_ilseq_handler) handler, NULL,
> &buf, &len);
>
> The mem_iconveh function fails.
> re-trying with "ANSI_X3.4-1968" or "UTF-8" in the //?????????? gets it work.
You mean “ISO-8859-1” is not considered a valid encoding name?
Did you install GNU libiconv before installing GNU libunistring?
Thanks,
Ludo’.