Writing "š" to powershell shows only "s" even though "š" is correctly recorded #11717

Closed
opened 2026-01-31 02:55:34 +00:00 by claunia · 4 comments
Owner

Originally created by @petrroll on GitHub (Dec 7, 2020).

Environment

  • Win32NT 10.0.19042.0 Microsoft Windows NT 10.0.19042.0
  • Powershell: 5.1.19041.610
  • Terminal: 1.4.3243.0

Steps to reproduce

Open new powershell tab. Switch keyboard to CZ keyboard. Write "š".

Expected behavior

"š" appears on screen.

Actual behavior

"š" doesn't appear on screen. "s" appears on screen instead. "š" is actually recorded, however.

Note:

  • Works correctly in plain cmd (might be powershell issue).
Originally created by @petrroll on GitHub (Dec 7, 2020). # Environment - `Win32NT 10.0.19042.0 Microsoft Windows NT 10.0.19042.0` - Powershell: `5.1.19041.610` - Terminal: 1.4.3243.0 # Steps to reproduce Open new powershell tab. Switch keyboard to CZ keyboard. Write "š". # Expected behavior "š" appears on screen. # Actual behavior "š" doesn't appear on screen. "s" appears on screen instead. "š" is actually recorded, however. # Note: - Works correctly in plain cmd (might be powershell issue).
claunia added the Needs-TriageResolution-ExternalNeeds-Tag-FixNeeds-Attention labels 2026-01-31 02:55:35 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Dec 7, 2020):

Does this happen in a powershell window that's running in the vintage console, not the Terminal? (i.e. just by running powershell.exe directly)?

Does this repro even after removing PSReadline (Remove-Module PSReadline)?

@zadjii-msft commented on GitHub (Dec 7, 2020): Does this happen in a powershell window that's running in the vintage console, _not_ the Terminal? (i.e. just by running `powershell.exe` directly)? Does this repro even after removing `PSReadline` (`Remove-Module PSReadline`)?
Author
Owner

@petrroll commented on GitHub (Dec 7, 2020):

Apologies, you are right. The issue appears even when run through powershell.exe directly.

@petrroll commented on GitHub (Dec 7, 2020): Apologies, you are right. The issue appears even when run through `powershell.exe` directly.
Author
Owner

@petrroll commented on GitHub (Dec 7, 2020):

As for PSReadline, the issue, indeed, goes away when PSReadline is removed.

@petrroll commented on GitHub (Dec 7, 2020): As for PSReadline, the issue, indeed, goes away when PSReadline is removed.
Author
Owner

@zadjii-msft commented on GitHub (Dec 8, 2020):

Well that's good to hear! It sounds like this is an issue that should be filed over at https://github.com/powershell/PSReadline then ☺️ Thanks!

@zadjii-msft commented on GitHub (Dec 8, 2020): Well that's good to hear! It sounds like this is an issue that should be filed over at https://github.com/powershell/PSReadline then ☺️ Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#11717