Text after certain character disappears #384
Replies: 3 comments
-
|
If you check Ambiguous characters are double-width, also set RUNEWIDTH_EASTASIAN=1. I'd like to do this automatically, but I don't know how. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer. It's working! $ locale
LANG="ja_JP.UTF-8"
LC_COLLATE="C"
LC_CTYPE="ja_JP.UTF-8"
LC_MESSAGES="ja_JP.UTF-8"
LC_MONETARY="ja_JP.UTF-8"
LC_NUMERIC="ja_JP.UTF-8"
LC_TIME="ja_JP.UTF-8"
LC_ALL=Anyway please close the issue. |
Beta Was this translation helpful? Give feedback.
-
|
This seems to be an issue for others as well so moving to discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Text after " ◯" disappears.
sample2.txt
Deleted "◯" from the file, and "ほげ" was displayed correctly, so I guess "◯" was the culprit.


The terminal emulator is iTerm2 and this problem occurs only when
Ambiguous characters are double-widthis checked.When it is not checked, it is displayed as follows:
Beta Was this translation helpful? Give feedback.
All reactions