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

fix: default charset to UTF-8 for text/csv if not specified #1423

Merged
merged 2 commits into from Aug 11, 2021

Commits on Aug 5, 2021

  1. Fix: Defaulting to UTF-8 if charset is missing

    Some servers don't return the charset. This causes german
    characters to be encoded incorrectly, since ISO_8859_1 does not
    work very well in such cases defaulting to UTF-8 if its missing.
    
    https://www.iana.org/assignments/media-types/text/csv
    rohitvvv committed Aug 5, 2021
    Copy the full SHA
    052fabe View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Fix: Defaulting to UTF-8 if charset is missing

    Fixed review comments. Thanks
    rohitvvv committed Aug 10, 2021
    Copy the full SHA
    d32902f View commit details
    Browse the repository at this point in the history