KNOWN_BUGS: unicode on Windows

Closes #11461
Closes #12231
Closes #12883
This commit is contained in:
Daniel Stenberg 2024-02-06 17:39:04 +01:00
parent 924e264bde
commit 8f40b30c31
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -44,6 +44,7 @@ problems may have been fixed or changed somewhat since this was written.
5.12 flaky CI builds
5.13 long paths are not fully supported on Windows
5.14 Windows Unicode builds use homedir in current locale
5.15 Unicode on Windows
6. Authentication
6.1 NTLM authentication and unicode
@ -283,6 +284,16 @@ problems may have been fixed or changed somewhat since this was written.
See https://github.com/curl/curl/pull/7252 and
https://github.com/curl/curl/pull/7281
5.15 Unicode on Windows
Passing in a unicode filename with -o:
https://github.com/curl/curl/issues/11461
Passing in unicode character with -d:
https://github.com/curl/curl/issues/12231
6. Authentication
6.1 NTLM authentication and unicode