Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix an error for `CSV.open` #131
Conversation
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.
|
Thanks. It seems that our benchmark doesn't show significant slow down: Before: https://github.com/ruby/csv/runs/729090943?check_suite_focus=true (I want to compare benchmark results automatically...) |
Follow up to https://github.com/ruby/csv/pull/130/files#r434885191.
This PR fixes
ArgumentErrorforCSV.openwhen processing invalid byte sequence in UTF-8.