Some utf-8 characters disappear(not all) #9593

Closed
opened 2026-01-31 01:58:38 +00:00 by claunia · 3 comments
Owner

Originally created by @Kiona0405 on GitHub (Jul 13, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.18362. 720]
Windows Terminal version (if applicable): 1.1.1812.0

Steps to reproduce

  1. copy "あいう・えお" to clipboard
  2. paste clipboard to windows terminal

Expected behavior

"あいう・えお"

Actual behavior

"あいうえお"

I think both "あいうえお" and "・” are utf-8.
But behaviors are different.

I also try same thing with other editor/terminals(ex. メモ帳, cmder),
and I got expected results.

Originally created by @Kiona0405 on GitHub (Jul 13, 2020). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362. 720] Windows Terminal version (if applicable): 1.1.1812.0 ``` # Steps to reproduce 1. copy "あいう・えお" to clipboard 2. paste clipboard to windows terminal # Expected behavior "あいう・えお" # Actual behavior "あいうえお" <!-- What's actually happening? --> I think both "あいうえお" and "・” are utf-8. But behaviors are different. I also try same thing with other editor/terminals(ex. メモ帳, cmder), and I got expected results.
claunia added the Needs-TriageArea-InputResolution-ExternalNeeds-Tag-Fix labels 2026-01-31 01:58:38 +00:00
Author
Owner

@DHowett commented on GitHub (Jul 15, 2020):

Are you using powershell, or cmd, or WSL inside Terminal?

@DHowett commented on GitHub (Jul 15, 2020): Are you using powershell, or cmd, or WSL inside Terminal?
Author
Owner

@Kiona0405 commented on GitHub (Jul 15, 2020):

I use cmd and powershell.
Behaviors are little bit different.

Powershell

  • same as above

cmd

  • I can paste as expected.
  • open some file with nevim(v0.4.3), and paste it, then fail
  • connect remote host with ssh, and paste it, then fail.(remote host is centOS7)
@Kiona0405 commented on GitHub (Jul 15, 2020): I use cmd and powershell. Behaviors are little bit different. Powershell - same as above cmd - I can paste as expected. - open some file with nevim(v0.4.3), and paste it, then fail - connect remote host with ssh, and paste it, then fail.(remote host is centOS7)
Author
Owner

@zadjii-msft commented on GitHub (Aug 5, 2020):

Okay so I can confirm that removing PSReadline fixes the powershell case here, so this is probably a PSReadline bug that should be filed over in PowerShell/PSReadLine. It's up to each of the client applications to make sure that they can handle the input correctly.

@zadjii-msft commented on GitHub (Aug 5, 2020): Okay so I can confirm that removing `PSReadline` fixes the powershell case here, so this is probably a PSReadline bug that should be filed over in [PowerShell/PSReadLine](https://github.com/PowerShell/PSReadLine). It's up to each of the client applications to make sure that they can handle the input correctly.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9593