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 arm: add gdb support to android launcher script 2010-07-30 10:35:07 +03:00
bash misc/bash: add *.go completion for gofmt 2010-08-30 21:13:11 -04:00
bbedit misc/bbedit: remove closed keyword 2011-03-23 16:29:40 +11:00
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 misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
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 kate: reorganize, remove closed() 2011-03-29 01:12:39 -04:00
notepadplus misc/notepadplus: add syntax and completion support for notepad++ 2011-04-01 14:44:57 +11:00
swig Make.pkg: add support for SWIG, and add two SWIG examples 2011-03-22 13:05:51 -07:00
vim misc/vim: command complete using autoload helper function. 2011-08-18 11:50:55 +10:00
xcode More Xcode support. 2009-12-30 15:30:57 -08:00
zsh misc: add zsh completion (using compctl) 2010-08-30 21:13:01 -04:00