teableio / teable

✨ The Next Gen Airtable Alternative: No-Code Postgres
https://teable.io
GNU Affero General Public License v3.0
7.65k stars 309 forks source link

When I choose to download CSV and the content is in Simplified Chinese, the downloaded file is garbled. #685

Closed happy0108 closed 1 day ago

happy0108 commented 4 days ago

I suspect it's an encoding issue because the content is normal in the database. Is there a place where I can choose the encoding?

caoxing9 commented 3 days ago

Appreciate feedback. Well, i just download a table with simplified chinese content, but it doesn't reproduce, could you please provide more particular detail.

happy0108 commented 3 days ago

I want to know what details I should provide. I deployed it using Docker Compose.

caoxing9 commented 2 days ago

I want to know what details I should provide. I deployed it using Docker Compose.

If the data is not private, provide me the table content like csv, or make the random content with Simplified Chinese which could reproduce.

happy0108 commented 2 days ago

I have figured out, I need save as UTF-8 BOM. Then it can recorgnized by excel correctly