Skip to content

Commit c0a2204

Browse files
committed
Update default reader encoding to be compatible with ruby 2.7.1
1 parent 2d727b5 commit c0a2204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csv_importer/csv_reader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class CSVReader
88
attribute :file # IO
99
attribute :path, String
1010
attribute :quote_char, String, default: '"'
11-
attribute :encoding, String, default: 'UTF-8:UTF-8'
11+
attribute :encoding, String, default: 'UTF-8'
1212

1313
def csv_rows
1414
@csv_rows ||= begin

0 commit comments

Comments
 (0)