认证0级讲师
Modify /etc/sysconfig/i18nFile Change to:
/etc/sysconfig/i18n
LANG="en_US.UTF-8"
UPDATE: After some discussion, the solution to the problem is http://www.jianshu.com/p/459f2784600c
Why not use UTF-8? If you must use GBK, please ensure that the terminal encoding is also GBK.
archlinux wiki -- beginners' guide#locale:
# echo LANG=en_US.UTF-8 > /etc/locale.conf Warning: It is not recommended to set any Chinese locale here, or it may cause tty garbled characters.
# echo LANG=en_US.UTF-8 > /etc/locale.conf
Modify
/etc/sysconfig/i18n
FileChange to:
UPDATE:
After some discussion, the solution to the problem is
http://www.jianshu.com/p/459f2784600c
Why not use UTF-8? If you must use GBK, please ensure that the terminal encoding is also GBK.
archlinux wiki -- beginners' guide#locale: