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

Why does encoding_rs::mem::convert_latin1_to_utf8 panic instead of returning an Error? #106

Open
nicmr opened this issue Jul 11, 2024 · 0 comments

Comments

@nicmr
Copy link

nicmr commented Jul 11, 2024

encoding_rs::mem::convert_latin1_to_utf8 and similar functions panic instead of returning an error when the passed slice to write into is too small.

This immediately struck my as unidiomatic in Rust and effectively means I will have to use encoding_rs::mem::convert_latin1_to_utf8_partial instead and wrap it with my own error for ergonomic usage.

Is this behaviour required for abiding by encoding standard or was this decision made for a different reason? Sorry for my ignorance.

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

No branches or pull requests

1 participant