Enconding error on Ruby 2.7 · Issue #121 · ruby/csv
I have an application running on Ruby 2.6.6. I'm using the CSV lib like this, and it works fine: CSV.read(@params[:csv_file].tempfile, headers: true, col_sep: ';', encoding: 'ISO8859-1:utf-8') Sinc...