UBUNTU11.10中TXT中文乱码解决

来源:岁月联盟 编辑:exp 时间:2012-02-05
在终端输入sudo apt-get install dconf-tools 安装dconf-editor
 
然后输入命令dconf-editor打开
 
dconf-editor下org--->gnome--->gedit--->preferences--->encodings--->auto-detected
 
最前面添加
 
'GB18030', 'GB2312', 'GBK',
 
注销之后OK

摘自 雨行之的博客