解决Linux下乱码
时间:2014-06-12 06:45:30
收藏:0
阅读:404
1,设置Xshell编码为utf8
2,修改~/.bash_profile,添加
1 |
export LANG=zh_CN.utf8 |
执行命令
1 |
$source ~/.bash_profile |
解决~
原文:http://www.cnblogs.com/xiongji/p/3782786.html
评论(0)