Gene LeDuc <[email protected]> writes:

> Greetings,
>
> I'm trying to build and install libidn on a Solaris 9 system.  I got
> the following output when running "make check"
>> make  check-TESTS
>> make[2]: Entering directory `/opt/local/src/lib/libidn-1.15/tests'
>> PASS: tst_stringprep
>> PASS: tst_punycode
>> PASS: tst_idna
>> PASS: tst_idna2
>> PASS: tst_nfkc
>> PASS: tst_pr29
>> PASS: tst_strerror
>> FAIL: stringprep_locale_to_utf8("foo") == FAIL: tst_toutf8

This suggests either a problem with detecting which charset your tty
uses, or an iconv problem converting from that charset to UTF-8.  If you
run 'src/idn --debug --quiet foo' what does it print?  It should print
some charset encoding.  Your iconv library needs to be able to convert
from that charset encoding to UTF-8.

Hope this helps,
/Simon


_______________________________________________
Help-libidn mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-libidn

Reply via email to