Skip to content

Commit

Permalink
Fix encoding on CSV stock import
Browse files Browse the repository at this point in the history
  • Loading branch information
brindu committed Aug 26, 2020
1 parent 8056964 commit 1a896d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/concepts/files/helper/csv_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def options
],
col_sep: ',',
row_sep: "\n",
file_encoding: 'UTF-8'
force_utf8: true
}
end
# rubocop:enable Metrics/MethodLength
Expand Down

0 comments on commit 1a896d7

Please sign in to comment.