lwqhp opened a new issue, #36374: URL: https://github.com/apache/superset/issues/36374
### Bug description 1,click the download button with the chart, 2,select "export to csv" ### Screenshots/recordings <img width="692" height="258" alt="Image" src="https://github.com/user-attachments/assets/6b9c8e7b-4462-4a6b-ba66-ddb0046650d6" /> ### Superset version master / latest-dev ### Python version 3.10 ### Node version 16 ### Browser Chrome ### Additional context superset version: 6.0.0rc3 i have reviewed the following related issues: fix(csv): manually encode CSV output to support utf-8-sig #1 fix: Download to CSV shows a special Chinese characters #29506 i have applied the following setting: in superset_config.py `CSV_EXPORT = {'encoding': 'utf-8-sig'}` however,the issue(chinese character garbling) persists. the documentation suggests a solution:downgrading Werkzeug to version 2.3.8. Is this the only available solution?" ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
