You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any console application printing a zero-width space (ZWSP, U+200B) intends for them to not be visible.
Expected Behavior
Text with ZWSP characters invisible, having no width.
Actual Behavior
Text with visible space characters.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Dec 1, 2021
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!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Dec 1, 2021
For ZWSP (\U200B) there appears to be no way to have it non-printing while using the 'Grapheme clusters' mode.
You have to use wcswidth to fix the behaviour this issue describes and then forgo grapheme clusters.
If grapheme clusters is intended to be (as described) the 'modern' way - then this bug would still seem to be present.
Windows Terminal version
1.1129.1.0
Windows build number
10.0.19043
Other Software
Any software
Steps to reproduce
Any console application printing a zero-width space (ZWSP, U+200B) intends for them to not be visible.
Expected Behavior
Text with ZWSP characters invisible, having no width.
Actual Behavior
Text with visible space characters.
The text was updated successfully, but these errors were encountered: