Skip to content
Snippets Groups Projects
Unverified Commit 1e282cb6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

URL-SYNTAX: mention IDNA details

parent 4e7e2dd2
No related merge requests found
......@@ -167,9 +167,16 @@ brackets). For example:
http://[2001:1890:1112:1::20]/
### IDNA
If curl was built with International Domain Name (IDN) support, it can also
handle host names using non-ASCII characters.
curl supports IDN host names using the IDNA 2008 standard. This differs from
browsers that follow the WHATWG URL spec, which dictates IDNA 2003 to be used.
The two standards have a huge overlap but differ slightly, perhaps most
famously in how they deal with the German "double s" (`ß`).
## Port number
If there's a colon after the hostname, that should be followed by the port
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment