Closed samrain closed 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")
.force_encoding("utf-8")
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")