From: Tobias Klauser Date: Wed, 31 May 2023 16:56:47 +0000 (+0200) Subject: doc/go1.21: fix link in WTF-8 section X-Git-Tag: go1.21rc1~157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f07901dc4ea6f579a982a0465f608c3ab42c4b74;p=gostls13.git doc/go1.21: fix link in WTF-8 section Change-Id: I8fbba7ca5a148ff6523be412991af0c089e7f7ea Reviewed-on: https://go-review.googlesource.com/c/go/+/499516 Run-TryBot: Tobias Klauser Reviewed-by: Michael Knyszek Reviewed-by: Ian Lance Taylor Auto-Submit: Tobias Klauser TryBot-Result: Gopher Robot --- diff --git a/doc/go1.21.html b/doc/go1.21.html index f0fe16bb18..b7686d3fb8 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -933,7 +933,7 @@ Do not send CLs removing the interior tags from such phrases. The UTF16ToString and UTF16FromString functions now convert between UTF-16 data and - WTF-8 strings. + WTF-8 strings. This is backward compatible as WTF-8 is a superset of the UTF-8 format that was used in earlier releases.