Hi, "objc" <objcj...@hotmail.com> 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’.