-
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
WT doesn't support U+2068 and U+2069 characters #16574
Comments
Just added the screenshot, I think it's partially a duplicate, but what I care the most is to improve readability, not to actually support that Unicode feature. |
I believe we can consider this part of #538 even if automatic directionality has not been mentioned yet there. The reason this occurs is because we don't yet analyze the input text for directional markers at all. I'll leave this issue open though, because I want to suppress rendering these glyphs in a hotfix first. Afterwards we can continue tracking the overall issue in #538. BTW: I see that the numeric parameter for OMA's |
Windows Terminal version
1.20.10161.0
Windows build number
10.0.26020.1000
Other Software
AOSC OS on WSL
Steps to reproduce
sudo oma refresh
Expected Behavior
The output is fully human readable.
Actual Behavior
Several unreadable characters appear, specifically U+2068 and U+2069.
These characters are for Explicit Directional Isolates. Microsoft's doc also mentions these characters. It seems that Windows Terminal doesn't support them, and just print the characters out.
The text was updated successfully, but these errors were encountered: