1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00

unicode/utf8: add link to formal UTF-8 description.

Fixes #31590

Change-Id: I7fd6dcc5c34496776439ff0295f18b5fb5cb538a
Reviewed-on: https://go-review.googlesource.com/c/go/+/199141
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
Serhat Giydiren 2019-10-05 16:12:13 +03:00 committed by Emmanuel Odeke
parent ee3f768d38
commit fc8bef06c4

View File

@ -4,6 +4,7 @@
// Package utf8 implements functions and constants to support text encoded in
// UTF-8. It includes functions to translate between runes and UTF-8 byte sequences.
// See https://en.wikipedia.org/wiki/UTF-8
package utf8
// The conditions RuneError==unicode.ReplacementChar and