]> Cypherpunks repositories - gostls13.git/commit
unicode/utf16: delete dependence on package unicode
authorRob Pike <r@golang.org>
Tue, 6 Mar 2012 03:58:08 +0000 (14:58 +1100)
committerRob Pike <r@golang.org>
Tue, 6 Mar 2012 03:58:08 +0000 (14:58 +1100)
commit98c1baff6f51a2900f38b35e52f6519730c604c4
tree51ed2b13e874be7d77eb1461e90b124cca027023
parent866317af5e28e397ca8fd6f6fb6fddeb17e82817
unicode/utf16: delete dependence on package unicode
In the test, verify the copied constants are correct.
Also put the test into package utf16 rather than utf16_test;
the old location was probably due creating the test from
utf8, but the separation is not needed here.

R=golang-dev, bradfitz, rsc, rsc, r
CC=golang-dev
https://golang.org/cl/5752047
src/pkg/unicode/utf16/export_test.go [new file with mode: 0644]
src/pkg/unicode/utf16/utf16.go
src/pkg/unicode/utf16/utf16_test.go
src/pkg/unicode/utf8/utf8_test.go