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

Update irc.py to catch invalid UTF-8, and then try Latin-1 #4

Closed
wants to merge 1 commit into from
Closed

Update irc.py to catch invalid UTF-8, and then try Latin-1 #4

wants to merge 1 commit into from

Conversation

alicetries
Copy link

Catches invalid UTF-8 (for example, if a multi-byte unicode character gets cut off.
For example, if "\xF0\x9F\x92\x9C" is cut off and only shows the first character for example, it will fail to decode as UTF-8, but Latin-1 will always succeed

This should fix issue #3, following a similar pattern to how irctokens handles fallback encodings https://github.com/jesopo/irctokens/blob/master/irctokens/line.py#L105-L108

Catches invalid UTF-8 (for example, if a multi-byte unicode character gets cut off.
For example, if "\xF0\x9F\x92\x9C" is cut off and only shows the first character for example, it will fail to decode as UTF-8, but Latin-1 will always succeed
@alicetries alicetries closed this by deleting the head repository Feb 17, 2023
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.

1 participant