hltcoe / turkle

Django-based clone of Amazon's Mechanical Turk service running in your local environment.
https://turkle.readthedocs.io
Other
147 stars 47 forks source link

Add encoding parameter to read_file function #203

Closed yeganehkordi closed 8 months ago

yeganehkordi commented 1 year ago

I had problems with uploading the CSV files in different languages. This change sets the encoding to latin-1. This can help prevent issues with reading files that contain characters, not in the default encoding.

cash commented 8 months ago

We've removed the client from Turkle so I'm closing this.