-
Notifications
You must be signed in to change notification settings - Fork 848
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
Textual 2.0 regression: Emoji shortcodes no longer work in labels #5545
Comments
Bisecting tells me that this behavior change was introduced in c9102ae |
The new content system doesn't process emoji shortcodes. Experience has taught me that devs get irate when it happens accidentally. You can return I've updated the release notes accordingly. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Another option: from rich.emoji import Emoji
Emoji.replace(":joy:") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This program:
looks like this with Textual 2.0:
but like this with Textual 1.x:
Is this intentional or a regression? I don't see it documented in the changelog.
textual diagnose output:
The text was updated successfully, but these errors were encountered: