jesseduffield / lazygit

simple terminal UI for git commands
MIT License
53.68k stars 1.87k forks source link

Character display bug on Windows #3325

Open yakumo22-r opened 9 months ago

yakumo22-r commented 9 months ago

Describe the bug Some non-standard characters, such as Chinese characters, mysteriously disappear.

Screenshots image it seem like this

image When I switch tabs, those characters appear, but then quickly disappear.

Version info:

lazygit --version commit=5e388e21c8ca6aa883dbcbe45c47f6fdd5116815, build date=2023-08-07T14:05:48Z, build source=binaryRelease, version=0.40.2, os=windows, arch=amd64, git version=2.39.0.windows.2

git --version git version 2.39.0.windows.2

Additional context I am a new user who is just trying out lazygit, I can accept the information being displayed in English, but I don't know how to change this setting. My computer system is in Chinese.

road2coder commented 9 months ago

Switch the language to English for temporary use. (The problem still exists in commit messages with non-standard characters)

gui:
  language: 'en'

Config file location:

fzhzhen1987 commented 8 months ago

1111111

Snipaste_2024-03-23_08-33-23

stefanhaller commented 8 months ago

@fzhzhen1987 Could you try a master build? This should be fixed by #3352.