Skip to content

Fix Non UTF-8 Responses#8

Open
oaehmka wants to merge 2 commits into
magiclen:masterfrom
oaehmka:fix/non-utf8-response
Open

Fix Non UTF-8 Responses#8
oaehmka wants to merge 2 commits into
magiclen:masterfrom
oaehmka:fix/non-utf8-response

Conversation

@oaehmka
Copy link
Copy Markdown

@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

Fabio Gabrielli added 2 commits August 20, 2024 09:03
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