From: Daniel Stenberg Date: Tue, 6 Feb 2024 16:39:04 +0000 (+0100) Subject: KNOWN_BUGS: unicode on Windows X-Git-Tag: curl-8_7_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f40b30c3132fa40d0ad17a76b614504452f54ce;p=thirdparty%2Fcurl.git KNOWN_BUGS: unicode on Windows Closes #11461 Closes #12231 Closes #12883 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index f91ff63bb6..70b21d31be 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -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