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
Issue listing is misaligned when labels contain emoji #1454
Comments
|
Thank you for reporting! I think this is because our Lines 7 to 14 in 88eaa28
but does not recognize that all emoji (including ones that are a multibyte sequence) are always presented as a single-space character. We would need to teach the helper to recognize emoji characters. |
|
This issue is a bit tricky, I did some digging. It is caused mostly by the East Asian Ambiguous characters and a few characters that are made up of multiple runes. Example code (using the same Output: While returning 1 for Lines 56 to 63 in 88eaa28
I searched around on the web and there doesn't seem to be any fool proof solution for this. |
The columnar alignment / spacing of
gh issue listis off when the labels contain emoji.The text was updated successfully, but these errors were encountered: