mirror of
https://github.com/golang/go
synced 2024-11-25 11:07:59 -07:00
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
This commit is contained in:
parent
36675daa0f
commit
32b85baae3
@ -1,4 +1,4 @@
|
||||
The Project Gutenberg EBook of The Adventures of Tom Sawyer, Complete
|
||||
The Project Gutenberg EBook of The Adventures of Tom Sawyer, Complete
|
||||
by Mark Twain (Samuel Clemens)
|
||||
|
||||
This eBook is for the use of anyone anywhere at no cost and with
|
||||
|
Loading…
Reference in New Issue
Block a user