]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: unicode on Windows
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Feb 2024 16:39:04 +0000 (17:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Feb 2024 08:14:11 +0000 (09:14 +0100)
Closes #11461
Closes #12231
Closes #12883

docs/KNOWN_BUGS

index f91ff63bb6408f0e41b211b2a66d01dbdb177ab2..70b21d31be2ad3bc79c315c8f21458755c6ae136 100644 (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