From 7128ae8100b2d629780046ea05eb183cb6068eab Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 22 May 2023 17:08:45 +0200 Subject: [PATCH] TODO: build curl with Windows Unicode support Closes #7229 --- docs/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/TODO b/docs/TODO index 7ef915e65..962e759ce 100644 --- a/docs/TODO +++ b/docs/TODO @@ -181,6 +181,7 @@ 19.3 Do not use GNU libtool on OpenBSD 19.4 Package curl for Windows in a signed installer 19.5 make configure use --cache-file more and better + 19.6 build curl with Windows Unicode support 20. Test suite 20.1 SSL tunnel @@ -1320,6 +1321,13 @@ See https://github.com/curl/curl/issues/7753 +19.6 build curl with Windows Unicode support + + The user wants an easier way to tell autotools to build curl with Windows + Unicode support, like ./configure --enable-windows-unicode + + See https://github.com/curl/curl/issues/7229 + 20. Test suite 20.1 SSL tunnel