]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: build curl with Windows Unicode support
authorDaniel Stenberg <daniel@haxx.se>
Mon, 22 May 2023 15:08:45 +0000 (17:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 22 May 2023 15:08:45 +0000 (17:08 +0200)
Closes #7229

docs/TODO

index 7ef915e651fd27f66f92eb1148e20e22d7e3802e..962e759cee94d7eb97ddab3d1e7a73f55cdf63b9 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
 
  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