解决linux 中文乱码
Posted 欢迎来到快乐嘉年华的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决linux 中文乱码相关的知识,希望对你有一定的参考价值。
解决办法是在文件/etc/profile末尾添加一行
echo ‘export LC_ALL="en_US.UTF-8"‘ >> /etc/profile source /etc/profile
以上是关于解决linux 中文乱码的主要内容,如果未能解决你的问题,请参考以下文章