位置:海鸟网 > IT > linux/Unix >

UBUNTU11.10中TXT中文乱码解决

在终端输入sudo apt-get install dconf-tools 安装dconf-editor
  
 然后输入命令dconf-editor打开
  
 dconf-editor下org--->gnome--->gedit--->preferences--->encodings--->auto-detected
  
 最前面添加
  
 'GB18030', 'GB2312', 'GBK',
  
 注销之后OK
 
摘自 雨行之的博客