From c0d777c319a4dc4cfdb96447129162b2bb711281 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 27 May 2025 09:15:11 +0200 Subject: [PATCH] curl_url_get.md: don't call it normalized Because that's not what it does. Reported-by: Alberto Leiva Popper Fixes #16829 Closes #17464 --- docs/libcurl/curl_url_get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/curl_url_get.md b/docs/libcurl/curl_url_get.md index e9e10513df..d82b1b24c4 100644 --- a/docs/libcurl/curl_url_get.md +++ b/docs/libcurl/curl_url_get.md @@ -146,8 +146,8 @@ CURLU_GUESS_SCHEME is used. ## CURLUPART_URL -When asked to return the full URL, curl_url_get(3) returns a normalized and -possibly cleaned up version using all available URL parts. +When asked to return the full URL, curl_url_get(3) returns a slightly cleaned +up version of the complete URL using all available parts. We advise using the *CURLU_PUNYCODE* option to get the URL as "normalized" as possible since IDN allows hostnames to be written in many different ways that