Linux 打开windows .txt 文件乱码解决方法

1、解决gedit 编辑器打开txt文件中文乱码问题:
在终端输入gconf-editor 调出gconf-edit
依次点开
apps-> gedit-2 -> preferences -> encodings 打开auto-detected
在auto-detected对话框中点击添加GB18030,GBK,GB2312 然后将 GB18030和GB2312移至最上方。
关闭 gconf-edit 重新打开txt文件即可识别内容。
2、解决VI编辑器打开txt文件中文乱码问题:
打开VI配置文件 添加以下配置命令即可
let &termencoding=&encoding
set fileencodings=utf-8,gbk,ucs-bom,cp936
set fenc=utf-8 " default fileencoding
set fencs=utf-8,gb18030,gbk,gb2312,cp936,ucs-bom,euc-jp
转载请尊重版权,出处:雪狼博客
本文链接: http://xuelang.org/linux/703/

你可能感兴趣的:(linux,职场,txt,乱码,休闲)