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

Handling of non-ASCII characters #11

Open
odisseus opened this issue Apr 29, 2019 · 1 comment
Open

Handling of non-ASCII characters #11

odisseus opened this issue Apr 29, 2019 · 1 comment

Comments

@odisseus
Copy link
Contributor

What is the intended behaviour of the decode function (ASCII to binary), when the input string contains characters that are neither ASCII nor whitespace? Should it fail or maybe the invalid characters should just be ignored?

@fzakaria
Copy link
Owner

Probably fail since those are invalid values in the encoded stream.

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

2 participants