-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Emoji don't always render: please prefer ASCII or limited Unicode. #14
Comments
@pnathan Thank you for this report! I think scanning the user env vs flags might be a better approach to this. Thus tuning the sanitizer down based on the capabilities of the terminal. |
@derailed spent a few minutes rummaging about. It looks like this is partially dependent on rendering engine (terminal emulator) and font, which is annoying. One trick suggested here is - https://stackoverflow.com/a/44445547 - I copypasted from my terminal to run it -
but that simply returns one, just like It might be that switching on the environment variable emacs-shell gives This is probably a minefield of "switch case", but plausibly it might work. Contemplating, it might be that the proper thing to do would look a lot like
where |
@pnathan Thank you so much for your investigation and report! I'll take a look at this on the next drop and see if we can figure out a way to compliment the various terminals in the report. |
@pnathan I've added a flag in 0.2.0 -j or --jurassic based on some of your recommendations, hopefully that will help some... Thank you! |
Describe the bug
What is the emoji? I just see boxes on my terminal.
To Reproduce
Steps to reproduce the behavior:
Run the tool on Konsole on Linux
Expected behavior
Colorized output or non-emoji textual output.
Screenshots
Versions (please complete the following information):
Additional context
This is both a cross-platform and an accessibility issue.
The text was updated successfully, but these errors were encountered: