File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1093,6 +1093,18 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
1093
1093
< code > ResponseWriter</ code > and < code > Request.Body</ code > with a
1094
1094
< a href ="/pkg/net/http#MaxBytesReader "> < code > MaxBytesReader</ code > </ a > .
1095
1095
</ 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 >
1096
1108
</ dd >
1097
1109
</ dl > <!-- net/http -->
1098
1110
You can’t perform that action at this time.
0 commit comments