stpl / csv_import_issues

Redmine plugin that allows importing of issues via CSV allowing user to map columns of csv to issue attributes.
10 stars 15 forks source link

up fin.erb to support non-ascii #14

Closed samrain closed 10 years ago

samrain commented 10 years ago

if csv file has non-ascii word, the plugin will show error.

I find finalize.html.erb do the bug,and I add .force_encoding("utf-8")