-
Notifications
You must be signed in to change notification settings - Fork 305
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
Emojis aren't working in powershell 7 😭 #1594
Comments
so i was thinking more about this and realized this doesnt happen on my work computer (where i normally use emoji in my git commits.) this is info for a working version: Environment
|
maybe my version of windows it the issue.
|
The Windows Emoji panel doesn't seem to insert emojis correctly into PS 7. Not sure where the problem lies. If you execute the following does it display 🔥 correctly?
|
"`u{1f525}" does properly display for me. |
It seems to be that pasting into PS with emojis doesn't work right. If you copy to the clipboard the emoji that you just displayed using the Unicode escape string and then try to paste it back into PowerShell - it doesn't work. BTW, you can remove PSReadLine from this situation by running |
@rkeithhill Thanks for referencing the WT issue! |
Environment
Exception report
Last 14 Keys
Exception
Steps to reproduce
use
[Windows Key] + '.'
to add an emojiecho 🔥
Expected behavior
🔥
Actual behavior
The text was updated successfully, but these errors were encountered: