-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
PEP 686: Update based on discussion #2446
Conversation
@@ -30,7 +30,7 @@ UTF-8 becomes de-facto standard text encoding. | |||
default. | |||
* Most websites and text data on the internet uses UTF-8. | |||
* And many other popular programming languages including node.js, Go, Rust, | |||
Ruby, and Java uses UTF-8 by default. | |||
and Java uses UTF-8 by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed Ruby here because Ruby still uses locale encoding on Unix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a technical/PEP 12 perspective, thanks. If you'd like me to help copyedit/proofread the text for grammar, etc, I'm happy to do so (it would probably be best to do so as a separate PR for your review once this is merged); just let me know.
This update cleanly addresses the concern I raised on Discourse. |
Thank you for review. I merge this for now to continue more discussions. |
No description provided.