]> Cypherpunks repositories - gostls13.git/commit
compress/testdata: remove Byte Order Mark from the Tom Sawyer data.
authorNigel Tao <nigeltao@golang.org>
Tue, 8 May 2012 00:41:45 +0000 (10:41 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 8 May 2012 00:41:45 +0000 (10:41 +1000)
commit32b85baae34ccf6908a981e48220d82119406e41
tree6f2f3d0d17ea772c0528c48dfa4dbd5730bc0a64
parent36675daa0f417622ce94b14ccb8de169fa51f295
compress/testdata: remove Byte Order Mark from the Tom Sawyer data.

I'm not sure where the BOM came from, originally.
http://www.gutenberg.org/files/74/74.txt doesn't have it, although
a fresh download of that URL gives me "\r\n"s instead of plain "\n"s,
and the extra line "Character set encoding: ASCII". Maybe Project
Gutenberg has changed their server configuration since we added that
file to the Go repo.

Anyway, this change is just manually excising the BOM from the start
of the file, leaving pure ASCII.

R=r, bradfitz
CC=golang-dev, krasin, rsc
https://golang.org/cl/6197061
src/pkg/compress/testdata/Mark.Twain-Tom.Sawyer.txt