-
Notifications
You must be signed in to change notification settings - Fork 8
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 option to just wing it with encoding #186
Comments
Thoughts, @tjlaboss? |
In GitLab by @tjlaboss on Nov 28, 2023, 09:20 Just Wing It ✔ is the Pythonic approach. User-specifiable encoding would probably be an easy feature to implement. It should be an argument to the top-level read function, i.e., |
This should only show up at the user level in Do you think this needs to be implemented prior to shipping 0.2.0 though? As that release is the first one where this explicit encoding will be shipped. I'm leaning towards no:
|
In GitLab by @tjlaboss on Nov 28, 2023, 11:48 No, I don't think this is a high-priority item. |
changed time estimate to 1h |
In #118 we changed over to only using ASCII encoding. Though in the wild many problems use other encoding schemes. We should either add an option to not use ASCII, which defaults to UTF-8, or to allow the user to specify whatever encoding they want to use.
The text was updated successfully, but these errors were encountered: