-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Pasting a single certain Unicode character results in two garbage characters being pasted instead #9879
Comments
That's really annoying when pasting file/folder paths copied from File Explorer. Every day I face paths like:
and I can't paste them into PowerShell commands running within Windows Terminal. |
Is this still an issue? If my theory was right that this was #9052, that was fixed in 66b9b9d which shipped in v1.9.1445.0, back in late May 2021. |
Still reproduceable in 1.11.3471.0. |
Okay then this is probably just /dup #1503 which covers the much broader issue here. "emoji" is being used as a synonym for "anything that isn't just a single WCHAR". Thanks for following up! |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Windows Terminal version (or Windows build number)
10.0.18363.1440, 1.7.1033.0
Other Software
N/A
Steps to reproduce
Expected Behavior
Expected actual character. Or if font doesn't support it - single box character.
Actual Behavior
After pasting terminal shows two box characters:
If you paste same thing into notepad it shows up correctly:
Incidentally, if you paste it into old cmd.exe, it shows up as box, but still only a single box:
It's possible it's related to #9308
The text was updated successfully, but these errors were encountered: