Descriptionfmt: 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.
Patch Set 1 #
Total comments: 1
Patch Set 2 : code review 3423043: fmt: add %U format for standard Unicode representation ... #
MessagesTotal messages: 3
|