diff options
author | Viktor Szakats <commit@vsz.me> | 2020-07-14 08:30:17 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2020-07-14 08:30:17 +0000 |
commit | 8fa3f7809a30753a6c6bbedaf243de7447d018f3 (patch) | |
tree | 79dda1687b87ae592fb3a87c74ecf1e0da25c49c /src | |
parent | 61a08508f6a458fe21bbb18cd2a9bac2f039452b (diff) | |
download | curl-8fa3f7809a30753a6c6bbedaf243de7447d018f3.tar.gz |
windows: add unicode to feature list
Reviewed-by: Marcel Raad
Reviewed-by: Marc Hörsken
Closes #5491
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index f60681ced..0fc818d3c 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -537,6 +537,7 @@ static const struct feat feats[] = { {"IDN", CURL_VERSION_IDN}, {"IPv6", CURL_VERSION_IPV6}, {"Largefile", CURL_VERSION_LARGEFILE}, + {"Unicode", CURL_VERSION_UNICODE}, {"SSPI", CURL_VERSION_SSPI}, {"GSS-API", CURL_VERSION_GSSAPI}, {"Kerberos", CURL_VERSION_KERBEROS5}, |