summaryrefslogtreecommitdiff
path: root/test/escape2.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-08-28 22:23:44 -0400
committerRuss Cox <rsc@golang.org>2011-08-28 22:23:44 -0400
commit576dfab047620a20a5ecbc474f0dcd6877e07ef5 (patch)
treebe30667174abe1bce6ec748b84a76a3f1a4e97c1 /test/escape2.go
parentd4ced8d7ac2d636fad06e55c1439967af5d4eb0a (diff)
downloadgo-576dfab047620a20a5ecbc474f0dcd6877e07ef5.tar.gz
godashboard: fix utf-8 in user names
Also standardize on 'utf8' as encoding name. Apparently either is acceptable. The user, because it is a StringProperty, must be of type unicode in order to handle Unicode correctly. It must *not* have type string. The desc, because it is a BlobProperty, must be of type string in order to handle Unicode correctly. It must *not* have type unicode. Yay encoding type pedantry without static typing. R=adg, mattn.jp CC=golang-dev http://codereview.appspot.com/4973045
Diffstat (limited to 'test/escape2.go')
0 files changed, 0 insertions, 0 deletions