From 8f40b30c3132fa40d0ad17a76b614504452f54ce Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 6 Feb 2024 17:39:04 +0100 Subject: [PATCH] KNOWN_BUGS: unicode on Windows Closes #11461 Closes #12231 Closes #12883 --- docs/KNOWN_BUGS | 11 +++++++++++ 1 file changed, 11 insertions(+) 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