Special Caracters in CSV File

When you upload a CSV file with your database in Wix Code, it does not recognize special caracters such as “ç”, “ã”, “é”.

Could you guys take a look at that? In portuguese we use these caracters a lot.

Thanks.

I encode all international chracters before upload into their htmlencode versions

That’s exactly it. I was saving my forms as a normal CSV file instead of CSV with UTF-8 encoding.

Now it’s fixed, thanks!