-
Notifications
You must be signed in to change notification settings - Fork 43
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
Japanese characters don't wrap correctly on window title #117
Comments
At this point, vtm wraps text strings cell by cell, so any wide characters are split in half. These are CJK, Emoji and all other wide Unicode characters. The problem will be resolved with the hyphenation module (it is not ready yet). This will allow wrap graphemes (and words) without splitting in half. |
Since no terminal is yet able to display halves of wide characters, they are displayed with a placeholder |
Related discussion microsoft/terminal#4345 |
So far, I've only solved this issue with window titles. The built-in terminal still cuts wide characters in half when wrapping. |
This functionality is available in v0.5.9999. |
Here the title is correct, showing the character "C".
Here is corrupted.
I recall japanese characters are bigger than ASCII ones… Could it be vtm is splitting the character without considering this?
The text was updated successfully, but these errors were encountered: