mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:13:06 +03:00
windows: add unicode to feature list
Reviewed-by: Marcel Raad Reviewed-by: Marc Hörsken Closes #5491
This commit is contained in:
parent
61a08508f6
commit
8fa3f7809a
6 changed files with 12 additions and 0 deletions
|
|
@ -163,6 +163,9 @@ supports Kerberos V5 authentication for FTP, IMAP, POP3, SMTP and SOCKSv5 proxy
|
|||
(Added in 7.40.0)
|
||||
.IP CURL_VERSION_LARGEFILE
|
||||
libcurl was built with support for large files. (Added in 7.11.1)
|
||||
.IP CURL_VERSION_UNICODE
|
||||
libcurl was built with Unicode support on Windows. This makes non-ASCII
|
||||
characters work in filenames and options passed to libcurl. (Added in 7.72.0)
|
||||
.IP CURL_VERSION_LIBZ
|
||||
supports HTTP deflate using libz (Added in 7.10)
|
||||
.IP CURL_VERSION_MULTI_SSL
|
||||
|
|
|
|||
|
|
@ -970,6 +970,7 @@ CURL_VERSION_SSPI 7.13.2
|
|||
CURL_VERSION_TLSAUTH_SRP 7.21.4
|
||||
CURL_VERSION_UNIX_SOCKETS 7.40.0
|
||||
CURL_VERSION_ZSTD 7.72.0
|
||||
CURL_VERSION_UNICODE 7.72.0
|
||||
CURL_WAIT_POLLIN 7.28.0
|
||||
CURL_WAIT_POLLOUT 7.28.0
|
||||
CURL_WAIT_POLLPRI 7.28.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue