Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | utf16: add DecodeRune, EncodeRune | Russ Cox | 1 | -4/+31 | |
R=r CC=golang-dev http://codereview.appspot.com/970041 | |||||
2010-03-16 | utf16: new package | Russ Cox | 1 | -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 |