FormEditor
FormEditor copied to clipboard
Export not working for special characters
Hi,
When I try to do an export to csv, the characters with accents are converted to something unreadable. Can you tell me where I find the code where the export happens? So I can have a look on how to fix this.
I had this problem with characters with accents in Portuguese. I changed the source code of CsvExport.cs
https://github.com/kjac/FormEditor/blob/master/Source/Solution/FormEditor/Api/CsvExport.cs#L142
From:
I change to: