1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:10:04 -07:00
go/misc
Russ Cox a3bc7681b5 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
https://golang.org/cl/4973045
2011-08-28 22:23:44 -04:00
..
arm
bash
bbedit
cgo cgo: fixes callback for windows amd64 2011-08-26 16:43:37 -04:00
chrome/gophertool gophertool: make the keyword 'golang' 2011-06-01 07:24:33 +10:00
dashboard godashboard: fix utf-8 in user names 2011-08-28 22:23:44 -04:00
emacs misc/emacs: refine label detection 2011-08-24 16:47:12 -04:00
fraise
godoc godoc: basic setup for running godoc on local app engine emulator 2011-06-01 15:12:47 -07:00
goplay template: move exp/template into template. 2011-08-17 14:55:57 +10:00
IntelliJIDEA misc: syntax highlighting support on IntelliJ IDEA 2011-05-20 11:03:33 -07:00
kate
notepadplus
swig
vim misc/vim: command complete using autoload helper function. 2011-08-18 11:50:55 +10:00
xcode
zsh