CentOS解决编码问题

运行 yum groupinstall <language>-support 会自动下载中文包
装完
vim /etc/sysconfig/i18n修改为

 
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN.UTF-8:zh_CN.GB18030:zh_CN.GB2312:zh_CN"
SUPPORTED="zh_CN.UTF-8:zh_CN.GB18030:zh_CN:zh"
SYSFONT="lat0-sun16"

 
vim /root/.bash_profile
最后加一条
export LC_ALL="zh_CN.UTF-8" (个人感觉关键)

 
putty端 window->translation->remote character set
设置为use font encoding


 

你可能感兴趣的:(Export,zh,support,包装,下载中文)