fmt: add %U format for standard Unicode representation of integer values.
fmt.Printf("%U", 1) yields "U+0001" It's essentially "U+%.4x" but lets you override the precision works in scan, too. R=rsc CC=golang-dev https://golang.org/cl/3423043
Showing
Please
register
or
sign in
to comment