summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-09 13:05:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-09 13:05:55 +0200
commitb8ea432d61ed7483e3da2ef3c46b15af10503cb7 (patch)
tree190fbd107d5733accf99fc68aebf3526e2171fe1
parent60fcd39383d3c7fb48b92379610d6d65d4544c30 (diff)
downloadcurl-b8ea432d61ed7483e3da2ef3c46b15af10503cb7.tar.gz
KNOWN_BUGS: IDN tests failing on Windows
Closes #3747
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 5850f7fbd..88fe72aa5 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -55,6 +55,7 @@ problems may have been fixed or changed somewhat since this was written!
5.7 Visual Studio project gaps
5.8 configure finding libs in wrong directory
5.9 Utilize Requires.private directives in libcurl.pc
+ 5.10 IDN tests failing on Windows / MSYS2
6. Authentication
6.1 NTLM authentication and unicode
@@ -428,6 +429,13 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/864
+5.10 IDN tests failing on Windows / MSYS2
+
+ It seems like MSYS2 does some UTF-8-to-something-else conversion for Windows
+ compatibility.
+
+ https://github.com/curl/curl/issues/3747
+
6. Authentication
6.1 NTLM authentication and unicode