]> Cypherpunks repositories - gostls13.git/commit
strconv: add QuoteRune, which is analogous to Quote, but for runes rather than strings.
authorRob Pike <r@golang.org>
Wed, 25 May 2011 05:04:07 +0000 (15:04 +1000)
committerRob Pike <r@golang.org>
Wed, 25 May 2011 05:04:07 +0000 (15:04 +1000)
commitc4918db8b982b23362842c23c95fac2cde433d31
tree5820c685abc4119b6a988208171a26bfda809bf2
parentfeb9a146f9d5970937262e011d940c940a531322
strconv: add QuoteRune, which is analogous to Quote, but for runes rather than strings.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4556059
src/pkg/strconv/quote.go
src/pkg/strconv/quote_test.go