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

[REQUEST] Windows terminal emoji is not supporting #3175

Closed
prasaanth2k opened this issue Oct 30, 2023 · 4 comments
Closed

[REQUEST] Windows terminal emoji is not supporting #3175

prasaanth2k opened this issue Oct 30, 2023 · 4 comments

Comments

@prasaanth2k
Copy link

Issue Description:

I have a piece of code that uses emojis for formatting in my project. The code works correctly on Linux, but on Windows, I encounter an issue where some emojis are displayed as blank boxes, specifically, 🖾.

Steps to Reproduce:

  1. Open the code on Windows.
  2. Observe the rendering issue with the emoji 🖾.

Expected Behavior:

The emoji 🖾 should render correctly on all platforms.

Platform Information:

  • Operating System: Windows
  • Text Editor/Environment: [Specify the text editor or environment where you are experiencing this issue]

Additional Information:
Sample Code
print(f"[bold green1]:small_blue_diamond: Performing action: [bold]{action}[/bold][/bold green1]")
[Include any additional details or configurations that might be relevant to the issue.]

@github-actions
Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

@TomJGooding
Copy link
Contributor

TomJGooding commented Oct 30, 2023

If your terminal doesn't support emojis, there's isn't anything Rich can do about that.

What terminal emulator are you using, the new Windows Terminal or Console Host (conhost.exe)?

@prasaanth2k
Copy link
Author

Thanks now it's working fine with new terminal

@github-actions
Copy link

I hope we solved your problem.

If you like using Rich, you might also enjoy Textual

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants