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

Improve error handling & fix clippy lints #32

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

Conversation

Hqnnqh
Copy link

@Hqnnqh Hqnnqh commented Oct 18, 2024

In this pull request, I first updated the source according to the clippy lint comparison_to_empty, which can be a lot faster than using the equality operator.

I also "fixed" the issue #29 with improved error handling. I was not able to fix the root cause, being an invalid utf-8 character. But before the program would just panic, whereas now, it prints the replacement character: U+FFFD instead.

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