Open flatlined opened 4 days ago
Windows Terminal Preview
?Windows Terminal Preview
, but it works fine in Windows Terminal
Windows Terminal Preview
.$OutputEncoding = [console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding
Windows Terminal (Preview)
, other terminal tools like Tabby
, Hyper
don't have rendering issues.Yup! I was using preview, and can confirm that the non-preview version works. Thank you!
Windows Terminal Preview
, I'll open an issue in the terminal repository and wait for a fix.Related to #53
Before Start
What Powershell version are you using?
PowerShell
What system are you using?
Windows
Steps to reproduce
Install psc, import it, open the menu
What is expected?
Proper rendering if all text / glyphs.
What is actually happening?
Text characters render normally. Emoji and other glyphs do not.
Any additional comments?
The Beta option in Regional Settings in the Control Panel is not checked. Emoji do render normally in the terminal, but not in the psc menu. I have tried this with my full Powershell profile (as seen in the image above), with an empty profile except for
Import-Module PSCompletions
, and with an empty profile except foror
but all variations fail to render emoji properly.