-
Notifications
You must be signed in to change notification settings - Fork 642
Autocomplete suggestion corrupts non-ASCII UTF-8 characters (e.g. Turkish "ü") in path names #9000
Copy link
Copy link
Open
Labels
area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.Terminal input/output, shell integration, prompt behavior, and block rendering.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:windowsWindows-specific behavior, regressions, or requests.Windows-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.Terminal input/output, shell integration, prompt behavior, and block rendering.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:windowsWindows-specific behavior, regressions, or requests.Windows-specific behavior, regressions, or requests.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the bug
When Warp's autocomplete suggests a path that contains non-ASCII UTF-8 characters
(e.g. Turkish characters like "ü", "ş", "ğ", "İ"), accepting the suggestion inserts
a corrupted/broken version of the character instead of the correct one.
For example, a folder named "Masaüstü" (Turkish word for "Desktop") is suggested
by autocomplete, but when the suggestion is accepted, the "ü" character is broken/
garbled, resulting in a command like
cd Masa??st?or similar — which then failsto execute because the path doesn't resolve correctly.
This makes it impossible to navigate to or work with any directory or file that
contains non-ASCII characters via autocomplete.
Related historical issue: #985 (closed 2022) reported a similar problem with
Turkish characters, but the bug appears to have regressed or was not fully resolved
for this specific autocomplete acceptance flow.
To reproduce
mkdir Masaüstü
cd Mas
Expected behavior
When accepting an autocomplete suggestion for a path containing non-ASCII UTF-8
characters (e.g. "Masaüstü"), the full correct path should be inserted into the
input — with all characters intact — and the command should execute successfully.
Screenshots, videos, and logs
Operating system (OS)
Windows
Operating system and version
Windows 11
Shell Version
Powershell 5.1.26100.7920
Current Warp version
v0.2026.04.01.08.39.stable_01
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
No response
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None