Descriptioncompress/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.
Patch Set 1 #Patch Set 2 : diff -r 3ab9c81fc9b5 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 3ab9c81fc9b5 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r d4f7f7438d1f https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|