go/src/strconv
Rob Pike 74288f09dc strconv: add QuoteToGraphic and friends
This version of quoting allows runes in category Zs, such as the
ideographic space characters, to be passed through unquoted.

Still to do (maybe): A way to access this from Printf.

Updates #11511.

Change-Id: I3bae84b1aa0bc1b885318d3f67c5f451099a2a5a
Reviewed-on: https://go-review.googlesource.com/14184
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
2015-09-08 17:33:17 +00:00
..
testdata
atob.go
atob_test.go
atof.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
atof_test.go
atoi.go
atoi_test.go
decimal.go
decimal_test.go
doc.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
example_test.go strconv: add examples to package 2015-07-22 16:00:21 +00:00
extfloat.go
fp_test.go
ftoa.go
ftoa_test.go
internal_test.go
isprint.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
itoa.go
itoa_test.go
makeisprint.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
quote.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
quote_test.go strconv: add QuoteToGraphic and friends 2015-09-08 17:33:17 +00:00
strconv_test.go