• Russ Cox's avatar
    godashboard: fix utf-8 in user names · a3bc7681
    Russ Cox authored
    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
    a3bc7681
Name
Last commit
Last update
..
IntelliJIDEA Loading commit data...
arm Loading commit data...
bash Loading commit data...
bbedit Loading commit data...
cgo Loading commit data...
chrome/gophertool Loading commit data...
dashboard Loading commit data...
emacs Loading commit data...
fraise Loading commit data...
godoc Loading commit data...
goplay Loading commit data...
kate Loading commit data...
notepadplus Loading commit data...
swig Loading commit data...
vim Loading commit data...
xcode Loading commit data...
zsh Loading commit data...