-
Notifications
You must be signed in to change notification settings - Fork 328
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
unicode character display error in windows10 powershell or windows terminal #451
Comments
@zerobikappa I think it is a On my windows machine, this file is displayed correctly in the terminal when not using |
The files can be shown correctly when not using |
@zerobikappa It seems that this issue is related to termbox (our terminal ui library), which is not maintained anymore. There is an ongoing PR #439 to replace termbox with tcell, which doesn't seem to have this problem. |
@zerobikappa I have now pushed a new release r17 with the new tcell terminal library. Closing this issue. Thanks for reporting. |
If using
Powershell
orWindows Terminal
to runlf
, the console would insert whitespace between every unicode character.For example, "テストフォルダ1" would be shown as "テ ス ト フ ォ ル ダ 1".
Windows cmd does not have this problem.
Is this
lf
's issue or shall I report to microsoft?The text was updated successfully, but these errors were encountered: