
it should be a Chinese value: 'Google 云端硬盘', but it displays as 'Google ????????????'
it runs well when I was using Chinese as my OS language, but when I switch to English, this issue comes out.
try to set different fontFamily which is support Chinese in your .hyer.js.
配置文件里面换个字体试试?
@mu-yu it doesn't make sense, I changed to use 'Menlo' instead, the issue is still
try move powerline fonts to low priority level after Menlo.
Actually, I tried to only leave 'Menlo' only, it still cannot be fixed.
I even kept each one only of the fonts list, the issue is still.
Maybe there's something wrong with your locale setting. Check your locale setting.
$ locale
If LANG= and LC_ALL= is not set, add the following code to your zshrc or bashrc. Make sure source the rc file after adding them.
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Hope it will help :)
@Xwai it works, thanks a lot
how to solve it on Window10
Most helpful comment
Maybe there's something wrong with your locale setting. Check your locale setting.
If
LANG=andLC_ALL=is not set, add the following code to your zshrc or bashrc. Make sure source the rc file after adding them.Hope it will help :)