You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Philippe
Ruby 2.7.1 is creating an exception on calling header ArgumentError: unknown encoding name - UTF-8:UTF-8 with the default encoding.
set here
Passing encoding: 'UTF-8' to the initializer is a workaround
also, csv-importer-0.7.0/lib/csv_importer/csv_reader.rb:49: warning: Using the last argument as keyword parameters is deprecated (kwargs change in 2.7)
The text was updated successfully, but these errors were encountered:
scottbarrow
changed the title
Ruby 2.7.1
Ruby 2.7.1 - ArgumentError: unknown encoding name - UTF-8:UTF-8
Jul 31, 2020
Hey Philippe
Ruby 2.7.1 is creating an exception on calling header
ArgumentError: unknown encoding name - UTF-8:UTF-8
with the default encoding.set here
csv-importer/lib/csv_importer/csv_reader.rb
Line 11 in a63e180
Passing
encoding: 'UTF-8'
to the initializer is a workaroundalso, csv-importer-0.7.0/lib/csv_importer/csv_reader.rb:49: warning: Using the last argument as keyword parameters is deprecated (kwargs change in 2.7)
The text was updated successfully, but these errors were encountered: