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

Better encoding support #3

Closed
vegardbb opened this issue Aug 2, 2022 · 0 comments
Closed

Better encoding support #3

vegardbb opened this issue Aug 2, 2022 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@vegardbb
Copy link
Owner

vegardbb commented Aug 2, 2022

When dealing with non-standard ASCII characters that are prevalent in every alphabet outside the English one, the internal chunk handler struggles when encountering letters that span more than one chunk, resulting in a resolution to a question mark like this: . The source code enforces utf-8 encoding but should also accommodate responses encoded in for example iso-8859-1, at least if that is indicated in the response headers.

@vegardbb vegardbb added the question Further information is requested label Aug 2, 2022
@vegardbb vegardbb self-assigned this Aug 2, 2022
@vegardbb vegardbb closed this as completed Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant