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

Set charset=utf-8 in Content-type header for CSV download #534

Open
duncandewhurst opened this issue May 4, 2023 · 0 comments
Open

Set charset=utf-8 in Content-type header for CSV download #534

duncandewhurst opened this issue May 4, 2023 · 0 comments

Comments

@duncandewhurst
Copy link
Contributor

Currently, the Content-type header for http://org-id.guide/download.csv is set to text/csv.

The Python requests library does not apply UTF-8-decoding by default so it would be helpful to explicitly specify the encoding by setting the header to text/csv; charset=utf-8.

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

No branches or pull requests

2 participants