]> Cypherpunks repositories - gostls13.git/commit
unicode/utf8: don't imply that the empty string is incorrect UTF-8
authorAaron Jacobs <jacobsa@google.com>
Tue, 27 Oct 2015 21:58:26 +0000 (08:58 +1100)
committerRuss Cox <rsc@golang.org>
Tue, 24 Nov 2015 17:12:35 +0000 (17:12 +0000)
commitb39329bff56abf35edc91537252782814a7a4f84
tree3bf794c4eecf17143e571ea7ae04aeb964498bc1
parenta150c4ff2464b4d72732ea57c0831f58ff9b5e0f
unicode/utf8: don't imply that the empty string is incorrect UTF-8

Change-Id: Idd9523949ee4f2f304b12be39f8940ba34a420be
Reviewed-on: https://go-review.googlesource.com/16361
Reviewed-by: Russ Cox <rsc@golang.org>
src/unicode/utf8/utf8.go