在 /etc/environment 修改这两行
LC_ALL='en_US.UTF-8'
LANG='en_US.UTF-8'
然后执行 source /etc/environment 就ok了。在less 和vim都能看到中文
之前试过在 armbian-config 里面设定locale,,没用。
后来用 sudo dpkg-reconfigure locales 。。。也没用
用 sudo apt install fonts-wqy-microhei fonts-wqy-zhenhei ....也没用
参考资料:
1:https://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue
LC_ALL='en_US.UTF-8'
LANG='en_US.UTF-8'
然后执行 source /etc/environment
之前试过在 armbian-config 里面设定locale,,没用。
后来用 sudo dpkg-reconfigure locales 。。。也没用
用 sudo apt install fonts-wqy-microhei fonts-wqy-zhenhei ....也没用
参考资料:
1:https://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue
