]> git.ipfire.org Git - thirdparty/curl.git/commit
urlapi: add CURLU_PUNYCODE
authorDaniel Stenberg <daniel@haxx.se>
Mon, 26 Dec 2022 09:58:37 +0000 (10:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Dec 2022 22:29:23 +0000 (23:29 +0100)
commit901392cbb7939f43b7e7ed2b39135b45416a2714
treefd74a1a6370ba56fcd76cd15cb052d352fbcb076
parentcf174810db32c362775349e9afe5543c0e9cc18b
urlapi: add CURLU_PUNYCODE

Allows curl_url_get() get the punycode version of host names for the
host name and URL parts.

Extend test 1560 to verify.

Closes #10109
.github/scripts/spellcheck.words
docs/libcurl/curl_url_get.3
docs/libcurl/symbols-in-versions
include/curl/urlapi.h
lib/idn.c
lib/idn.h
lib/strerror.c
lib/urlapi.c
tests/data/test1538
tests/libtest/lib1560.c