1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/csv
Koichi ITO cee10c1b70
[ruby/csv] Fix an error for CSV.open (#131)
Follow up to https://github.com/ruby/csv/pull/130/files#r434885191.

This PR fixes `ArgumentError` for `CSV.open` when processing
invalid byte sequence in UTF-8.
https://github.com/ruby/csv/commit/a4b528c209
2020-07-20 02:32:52 +09:00
..
core_ext Fix keyword argument separation issues in lib 2019-08-30 12:39:31 -07:00
csv.gemspec [ruby/csv] Add missing document files to .gem 2020-07-20 02:32:51 +09:00
delete_suffix.rb [ruby/csv] Refactor range in delete_suffix (#85) 2019-07-14 23:07:31 +09:00
fields_converter.rb [ruby/csv] Fix a bug that write_nil_value or write_empty_value don't work with non String 2020-07-20 02:32:50 +09:00
match_p.rb Import CSV 3.0.2 2018-12-23 07:00:35 +00:00
parser.rb [ruby/csv] test scanner: specify encoding explicitly 2020-07-20 02:32:50 +09:00
row.rb [ruby/csv] Make CSV::Row#dup return a usable Row (#108) 2020-07-20 02:32:49 +09:00
table.rb Import CSV 3.1.2 (#2547) 2019-10-12 14:03:21 +09:00
version.rb [ruby/csv] Bump version 2020-07-20 02:32:51 +09:00
writer.rb [ruby/csv] Fix an error for CSV.open (#131) 2020-07-20 02:32:52 +09:00