]> Cypherpunks repositories - gostls13.git/commit
utf16: new package
authorRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 01:44:37 +0000 (18:44 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 01:44:37 +0000 (18:44 -0700)
commitc75f891a720f00d4ce1c44e12ab7337cf7efc118
tree03cbdd62998455169f9af07bc7d19dd767f860a5
parent67148530d2def7ba8f0a1700b19a488dec652366
utf16: new package

needed for interacting with various legacy interfaces,
like Windows and the Mac OS clipboard.

R=r
CC=golang-dev
https://golang.org/cl/595041
src/pkg/Makefile
src/pkg/utf16/Makefile [new file with mode: 0644]
src/pkg/utf16/utf16.go [new file with mode: 0644]
src/pkg/utf16/utf16_test.go [new file with mode: 0644]