aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-19 18:49:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-19 18:49:31 +0000
commit18d80b9e8f885781703eb6cd0d1d23aa58dc85a0 (patch)
tree6a818667949c5520dca44ca2c35c99906d662e09 /docs
parentb2d8e0b476a161905451422f86c344221c7bb1d1 (diff)
iconv 2.1.3 is considered bad for test case 165
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index cb06edc13..6b04e1969 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+* Test case 165 might fail on system which has libidn present, but with an
+ old iconv version (2.1.3 is a known bad version), since it doesn't recognize
+ the charset when named ISO8859-1. Changing the name to ISO-8859-1 makes the
+ test pass, but instead makes it fail on Solaris hosts that use its native
+ iconv.
+
* curl version 7.12.2 fails on AIX if compiled with --enable-ares.
The workaround is to combine --enable-ares with --disable-shared