Skip to content

Commit e52779f

Browse files
ianlancetaylorDO NOT USE
authored and
DO NOT USE
committed
_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 <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Trust: DO NOT USE <[email protected]>
1 parent 55c2698 commit e52779f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_content/doc/go1.18.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,6 +1093,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
10931093
<code>ResponseWriter</code> and <code>Request.Body</code> with a
10941094
<a href="/pkg/net/http#MaxBytesReader"><code>MaxBytesReader</code></a>.
10951095
</p>
1096+
1097+
<p><!-- CL 359634, CL 360381, CL 362735 -->
1098+
When looking up a domain name containing non-ASCII characters,
1099+
the Unicode-to-ASCII conversion is now done in accordance with
1100+
Nontransitional Processing as defined in the
1101+
<a href="https://unicode.org/reports/tr46/">Unicode IDNA
1102+
Compatibility Processing</a> standard (UTS #46). The
1103+
interpretation of four distinct runes are changed: ß, ς,
1104+
zero-width joiner U+200D, and zero-width non-joiner
1105+
U+200C. Nontransitional Processing is consistent with most
1106+
applications and web browsers.
1107+
</p>
10961108
</dd>
10971109
</dl><!-- net/http -->
10981110

0 commit comments

Comments
 (0)