]> Cypherpunks repositories - gostls13.git/commitdiff
unicode/utf8: add link to formal UTF-8 description.
authorSerhat Giydiren <serhatgiydiren@gmail.com>
Sat, 5 Oct 2019 13:12:13 +0000 (16:12 +0300)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Sun, 6 Oct 2019 00:33:51 +0000 (00:33 +0000)
Fixes #31590

Change-Id: I7fd6dcc5c34496776439ff0295f18b5fb5cb538a
Reviewed-on: https://go-review.googlesource.com/c/go/+/199141
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/unicode/utf8/utf8.go

index eae4ead0dae09e446879c6418ad4a02809247523..b722a039239543338fa7e18adfbaa1a7c7de2245 100644 (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