-
-
Notifications
You must be signed in to change notification settings - Fork 76
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 cause table column width corruption #67
Comments
so, done? |
woo ~ I have the same problem. How did you solve it ? |
I just encountered this issue – ℹ️ and 🔥 are treated as different widths. I had them in different rows, same column. |
This issue is dependent on sindresorhus/string-width#2 We can switch packages if there is a better alternative. |
what about power-assert-util-string-width? |
The issue seems to have been fixed a while ago in sindresorhus/string-width#39 |
Emojis in cell text cause column width corruption:
stringWidth
for ie.24.2⚠️
returns6
. I am not Unicode expert, but this is most likely related to ZWJ code points and issue instring-width
dependency: sindresorhus/string-width#2. Since that issue is almost 2 years old, maybe a different module should be used or own approach implemented?The text was updated successfully, but these errors were encountered: