Skip to content

Commit

Permalink
unicode/utf8: add link to formal UTF-8 description.
Browse files Browse the repository at this point in the history
Fixes #31590

Change-Id: I7fd6dcc5c34496776439ff0295f18b5fb5cb538a
Reviewed-on: https://go-review.googlesource.com/c/go/+/199141
Reviewed-by: Emmanuel Odeke <[email protected]>
  • Loading branch information
serhatgiydiren authored and odeke-em committed Oct 6, 2019
1 parent ee3f768 commit fc8bef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unicode/utf8/utf8.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc8bef0

Please sign in to comment.