]> Cypherpunks repositories - gostls13.git/commit
gzip: Convert between Latin-1 and Unicode
authorVadim Vygonets <unixdj@gmail.com>
Wed, 14 Dec 2011 22:17:40 +0000 (17:17 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 22:17:40 +0000 (17:17 -0500)
commit8fbeb945dbe9532218110a42ceccd07860128673
tree895810891cd0359e5b21f84f56f23b7d1edcc9a7
parent58b97a29fd5d8ad219a34b3c859842cc29d46666
gzip: Convert between Latin-1 and Unicode

I realize I didn't send the tests in last time.  Anyway, I added
a test that knows too much about the package's internal structure,
and I'm not sure whether it's the right thing to do.

Vadik.

R=bradfitz, rsc, go.peter.90
CC=golang-dev
https://golang.org/cl/5450073
src/pkg/compress/gzip/gunzip.go
src/pkg/compress/gzip/gzip.go
src/pkg/compress/gzip/gzip_test.go