From e52779f98333ebfb5e1fd78b92233289b0c30532 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 3 Mar 2022 20:25:44 -0800 Subject: [PATCH] _content/doc/go1.18: mention net/http IDNA change Based on CL 366955 originally by Timothy Gu. For golang/go#46001 For golang/go#47694 Change-Id: Ide7711680d651c4cbbb6da13ab33b67cf5e26758 Reviewed-on: https://go-review.googlesource.com/c/website/+/389955 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Trust: DO NOT USE --- _content/doc/go1.18.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_content/doc/go1.18.html b/_content/doc/go1.18.html index 524fa049..97cf8450 100644 --- a/_content/doc/go1.18.html +++ b/_content/doc/go1.18.html @@ -1093,6 +1093,18 @@ For more details, see go.dev/issue/44505ResponseWriter and Request.Body with a MaxBytesReader.

+ +

+ When looking up a domain name containing non-ASCII characters, + the Unicode-to-ASCII conversion is now done in accordance with + Nontransitional Processing as defined in the + Unicode IDNA + Compatibility Processing standard (UTS #46). The + interpretation of four distinct runes are changed: ß, ς, + zero-width joiner U+200D, and zero-width non-joiner + U+200C. Nontransitional Processing is consistent with most + applications and web browsers. +