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. +