-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Replace ellipsis Unicode symbol with three dots. #31774
Conversation
What was the reason for this? |
Consistency and I personally see no reason to have the UTF-8 character in those places. |
I personally see this as a regression, as the ellipsis unicode char has the exact semantic of that what we are used to.
Three consecutive dots have no defined semantics. |
@mateusfccp Yeah, agreed. It seems bizarre to go from the typographical correct glyph, to the “dumb” equivalent. |
On console output it‘s understandable. In documentation it‘s plain wrong. |
Code example should probably not use the ellipsis character, should they? |
purely selfishly...on windows, I find it a pain to type "proper" ellipses. FWIW |
@ffoodd definitely not the most important problem to spend time on. Thank you for your work. |
I think … (ellipsis) ought to preferred over ... (three period characters) when appropriate just as – (en dash) and — (em dash) ought to preferred over - (hyphen) when appropriate. |
I don’t know about you chaps, but my files are saved with UTF-8 encoding in my text editor, and my stock terminal uses UTF-8 encoding. So I’m not sure why people are hesitant to use appropriate UTF-8-encoded glyphs for typographic elements? I guess I’ll be in the minority when I say I use “smart” apostrophes in my code comments as well, now 🙂 |
No one hesitates here:
We're still opened to PR, if one have time for this 🙂 |
No description provided.