mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
See also: https://github.com/ruby/csv/issues/117#issuecomment-933289373
How to reproduce with x.csv.gz in the issue comment:
Zlib::GzipReader.open("x.csv.gz") do |rio|
rio.gets(nil, 1024)
while line = rio.gets(nil, 8192)
raise line unless line.valid_encoding?
end
end
Reported by Dimitrij Denissenko. Thanks!!!
|
||
|---|---|---|
| .. | ||
| win32 | ||
| .gitignore | ||
| depend | ||
| extconf.rb | ||
| extlibs | ||
| zlib.c | ||
| zlib.gemspec | ||