]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: show ascii in usage.
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 15 Mar 2012 23:38:27 +0000 (16:38 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 15 Mar 2012 23:38:27 +0000 (16:38 -0700)
commit7694da1f3bd5cd62cf656bbe0b4b7123e29bbc08
tree7e5831a633a325d5ea2f97aae1008d14a8787dc0
parent3211b2cca98936e94dc2e819dbe474337ecdd24e
cmd/gofmt: show ascii in usage.
windows cmd.exe can't show utf-8 correctly basically.
chcp 65001 may make it show, but most people don't have fonts which can
show it.

R=golang-dev, rsc, adg, gri, r
CC=golang-dev
https://golang.org/cl/5820060
src/cmd/gofmt/gofmt.go