You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, my machine has set the environment variable LANG to zh_CN.UTF-8 system-wide(as most Chinese users do). And with that env var set, my game display ??? characters when running with the language Chinese(Simplified).
However, if LANG is set to en_US.UTF-8, the ??? characters are gone and everything displays normally(meaning that I have the required font installed). This is very against the intuitive, because most of the time we have to set the LANG to zh_CN.UTF-8 to tell programs to display in Chinese rather than doing the other way.