-
Rob Pike authored
add QuoteToASCII. The Quote and QuoteRune functions now let printable runes (as defined by unicode.IsPrint) through. When true 7-bit clean stuff is necessary, there are now two new functions: QuoteToASCII and QuoteRuneToASCII. Printf("%q") uses Quote. To get the old behavior, it will now be necessary to say Printf("%s", strconv.QuoteToASCII(s)) but that should rarely be necessary. R=golang-dev, gri, r CC=golang-dev https://golang.org/cl/4561061
f2f3b8fa
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
atob.go | ||
atob_test.go | ||
atof.go | ||
atof_test.go | ||
atoi.go | ||
atoi_test.go | ||
decimal.go | ||
decimal_test.go | ||
fp_test.go | ||
ftoa.go | ||
ftoa_test.go | ||
internal_test.go | ||
itoa.go | ||
itoa_test.go | ||
quote.go | ||
quote_test.go | ||
testfp.txt |