Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export not working for special characters #208

Open
DirkValgaeren opened this issue Jun 12, 2019 · 1 comment
Open

Export not working for special characters #208

DirkValgaeren opened this issue Jun 12, 2019 · 1 comment

Comments

@DirkValgaeren
Copy link

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.

@marciogoularte
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants