]> Cypherpunks repositories - gostls13.git/commit
utf8: Add new type String to automate string indexing by code point.
authorRob Pike <r@golang.org>
Fri, 24 Sep 2010 20:58:34 +0000 (06:58 +1000)
committerRob Pike <r@golang.org>
Fri, 24 Sep 2010 20:58:34 +0000 (06:58 +1000)
commit6f32c8295353ba781a840366319dd7c312ba9a43
tree7dc5d00a22e90fab668160987ed13cc89b120f35
parentd47266558d93573d2ed7ef2c2cc8b177a366fd51
utf8: Add new type String to automate string indexing by code point.

R=rsc, rog
CC=golang-dev
https://golang.org/cl/2275041
src/pkg/utf8/Makefile
src/pkg/utf8/string.go [new file with mode: 0644]
src/pkg/utf8/string_test.go [new file with mode: 0644]
src/pkg/utf8/utf8_test.go