KNOWN_BUGS: IDN tests failing on Windows

Closes #3747
This commit is contained in:
Daniel Stenberg 2019-10-09 13:05:32 +02:00
Родитель 60fcd39383
Коммит b8ea432d61
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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