FormEditor icon indicating copy to clipboard operation
FormEditor copied to clipboard

Export not working for special characters

Open DirkValgaeren opened this issue 5 years ago • 1 comments

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.

DirkValgaeren avatar Jun 12 '19 13:06 DirkValgaeren

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: image

I change to: image

marciogoularte avatar Jun 14 '19 22:06 marciogoularte