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

Rendering issues with emojis #55

Closed
ralphtheninja opened this issue Aug 8, 2018 · 7 comments
Closed

Rendering issues with emojis #55

ralphtheninja opened this issue Aug 8, 2018 · 7 comments

Comments

@ralphtheninja
Copy link
Member

People have been mentioning this in the channels. Just thought I'd create an issue where we can gather some more information. I've created an emoji-test channel.

I noticed that some emojis doesn't cause any rendering issues, and some times it's random. Some other emojis are really consistent.

The telephone for example makes a really predictive pattern:

screenshot from 2018-08-09 01-39-22

@hackergrrl
Copy link
Member

hackergrrl commented Aug 9, 2018 via email

@hackergrrl
Copy link
Member

Nevermind, I can't repro with mutt.

@ralphtheninja
Copy link
Member Author

screenshot from 2018-08-09 03-43-49

node util.js
2
2
3
3

@ralphtheninja
Copy link
Member Author

boxen also gets this wrong:

screenshot from 2018-08-09 03-51-12

@ralphtheninja
Copy link
Member Author

ralphtheninja commented Aug 9, 2018

@noffle Maybe in strlenAnsi() we could do something like:

  1. Input str
  2. Filter out all ansi stuff from str
  3. Use https://github.com/orling/grapheme-splitter (or similar) to count the perceived characters

@hackergrrl
Copy link
Member

hackergrrl commented Aug 9, 2018 via email

@cblgh
Copy link
Member

cblgh commented Apr 7, 2019

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

3 participants