Linux 学习笔记<三>

ubuntu txt 文件中文乱码问题

ubuntu默认解码为utf8,解决的办法:
终端输入:gconf-editor(注意:终端要是新打开的终端)
然后:
apps>gedit-2>peferences>encodings add "GB18030" to "auto_detected" and "show_in_menu"option.
并把GB18030排在首位,注意两个都要加载上面,以后就不会乱码了

你可能感兴趣的:(linux,ubuntu)