mirror of
https://github.com/golang/go
synced 2024-11-18 18:44:42 -07: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:
parent
ee3f768d38
commit
fc8bef06c4
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
// Package utf8 implements functions and constants to support text encoded in
|
// 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.
|
// UTF-8. It includes functions to translate between runes and UTF-8 byte sequences.
|
||||||
|
// See https://en.wikipedia.org/wiki/UTF-8
|
||||||
package utf8
|
package utf8
|
||||||
|
|
||||||
// The conditions RuneError==unicode.ReplacementChar and
|
// The conditions RuneError==unicode.ReplacementChar and
|
||||||
|
Loading…
Reference in New Issue
Block a user