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

Add an option to throw an exception from Source.readString decoding errors #326

Open
fzhinkin opened this issue May 14, 2024 · 0 comments
Open

Comments

@fzhinkin
Copy link
Collaborator

Currently, Source.readString can only emit a replacement character when ill-formed UTF-8 code units are encountered during decoding.

A similar stdlib function, ByteArray.decodeToString, however, can throw an exception in such cases if a user specifies the corresponding option (throwOnInvalidSequence).

We should consider providing an API consistent with stdlib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant