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

Comment says \u25CF but shows \u26AB #5

Open
hackerb9 opened this issue Aug 24, 2021 · 0 comments
Open

Comment says \u25CF but shows \u26AB #5

hackerb9 opened this issue Aug 24, 2021 · 0 comments

Comments

@hackerb9
Copy link

'\u25CF', # ^ '⚫' BLACK CIRCLE.

Not a big deal, but might as well let you know, there's an error in the comment on line 249.

\u25CF is a monospace filled circle: ●
\u26AB is a (usually) variable width medium black circle: ⚫

The code correctly uses the former, but the comment displays the latter.

I noticed this because I created a one line sed script to view some H19 graphics files, but I had simply copied the column of unicode from this file's comments and the alignment got all out of whack.

sed 'y/^-`abcdefghijklmnopqrstuvwxyz{|}~/●◥│─┼┐┘└┌±→▒▚↓▗▖▘▝▀▐◤┬┤┴├╳╱╲▔▁▏▕¶/'
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

1 participant