summaryrefslogtreecommitdiff
path: root/src/pkg/utf16/utf16.go
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21utf16: add DecodeRune, EncodeRuneRuss Cox1-4/+31
R=r CC=golang-dev http://codereview.appspot.com/970041
2010-03-16utf16: new packageRuss Cox1-0/+74
needed for interacting with various legacy interfaces, like Windows and the Mac OS clipboard. R=r CC=golang-dev http://codereview.appspot.com/595041