在Gentoo下使用UTF-8 中文

终端中文 乱码变“??”

smplayer 不能看中文的文件夹


http://cache.baiducontent.com/c?m=9d78d513d99616f31eb0c9690d67903a4205dd356bc3975521dbc90ed5264c40347bfefe62670704a4902b3b47f2144bea876b32621e76eacad5c010cabce67973956072240b863718c419d881197b&p=8d3ed25d928a12a05abd9b7e0b11c9&newp=882a9543d1db00e909b6d62d0214cf231610db2151d0d41e6795d519c826&user=baidu&fm=sc&query=gentoo+unicode&qid=&p1=2



http://tieba.baidu.com/p/2328068633


http://tieba.baidu.com/p/2351530405


方法一:

编辑 /etc/env.d/02locale (没有自己建)  里面写

LANG="zh_CN.UTF-8"


然后

env-update && source /etc/profile


方法二:

直接编辑 /etc/profile    后面加上 

export LANG=zh_CN.UTF-8 

就可以了。


你可能感兴趣的:(在Gentoo下使用UTF-8 中文)