-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Windows doesn't support emojis on terminal #1451
Copy link
Copy link
Closed
Labels
area:windowsRelated to Windows compatibilityRelated to Windows compatibilitytype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Steps to reproduce
- Make sure you're on Windows
- Make sure Streamlit is not "activated", by removing the credentials file:
rm ~/.streamlit/credentials.toml - Run any Streamlit script, such as
streamlit hello
Expected behavior:
You should see a message like this on the terminal:
👋 Welcome to Streamlit!
If you are one of our development partners or are interested in
getting personal technical support, please enter your email address
below. Otherwise, you may leave the field blank.
Actual behavior:
You see instead:
JUMBLEDTEXTWelcome to Streamlit!
If you are one of our development partners or are interested in
getting personal technical support, please enter your email address
below. Otherwise, you may leave the field blank.
Is this a regression?
Nope.
Additional information
A good-enough solution here would be to simply not show the emoji on Windows.
Bonus points if we detect whether the user is using the new Windows Terminal, which does support emojis, and allow emojis in that case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:windowsRelated to Windows compatibilityRelated to Windows compatibilitytype:bugSomething isn't working as expectedSomething isn't working as expected