-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-31873: Change 12 instances of 'unicode' to 'Unicode' #4125
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
bpo-31873: Change 12 instances of 'unicode' to 'Unicode' #4125
Conversation
Update 'unicode' capitalization. 'Unicode' is a proper noun, and as such should be capitalized. Changed multiple instances.
This doesn't look doubtless to me. Please open an issue on the tracker for discussion. |
@serhiy-storchaka I fixed a dozen cases to make the capitalization uniform throughout the document, but can do. |
Opened Issue 31873. |
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.
There's 1233 Unicode
for 265 unicode
in the doc. 89 Unicode obj
for only 8 unicode obj
, so for consistency I'm OK with this.
Also from a spellchecking point of view, I prefer Unicode over unicode (yes we use one in the french translation and we capitalized all Unicode occurrences to avoid spellcheck errors).
Thanks @toonarmycaptain for the PR, and @JulienPalard for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
Update 'unicode' capitalization. 'Unicode' is a proper noun, and as such should be capitalized. Changed multiple instances. (cherry picked from commit 85225b6) Co-authored-by: toonarmycaptain <[email protected]>
GH-13194 is a backport of this pull request to the 3.7 branch. |
Update 'unicode' capitalization. 'Unicode' is a proper noun, and as such should be capitalized. Changed multiple instances. (cherry picked from commit 85225b6) Co-authored-by: toonarmycaptain <[email protected]>
Update 'unicode' capitalization. 'Unicode' is a proper noun, and as such should be capitalized, currently the capitalization is inconsistent throughout the document.
Changed 12 instances.
https://bugs.python.org/issue31873