]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: IDN tests failing on Windows
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Oct 2019 11:05:32 +0000 (13:05 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Oct 2019 11:05:55 +0000 (13:05 +0200)
Closes #3747

docs/KNOWN_BUGS

index 5850f7fbd3ffbc860ae8cdc909c5cdf517bc2800..88fe72aa5f606a8957967d360a97e4b30a4c652f 100644 (file)
@@ -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