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 Non UTF-8 Responses #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oaehmka
Copy link

@oaehmka oaehmka commented Aug 20, 2024

Add ISO-8859-1/Windows-1252 support using encoding_rs

tries UTF-8, and then ISO-8859-1
if both fail defaults to String::from_utf8_lossy

fixes Errors on specific IP addresses

tries UTF-8, and then ISO-8859-1
if both fail defaults to String::from_utf8_lossy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors on specific IP addresses
1 participant