gedit乱码问题的解决

  从网上下载的资料,用gedit打开txt文档的时候,中文显示乱码。应该是编码的问题。后来经过查阅资料gedit的默认编码为['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16'],因此打开 GB18030/GBK/GB2312 等类型的中文编码文本文件时,将会出现乱码。

  解决方法:

  1. 首先安装dconf-editor:打开dconf-editor, 依次打开 org--gnome--gedit--preferences--encodings将auto-detected的值改为 ['UTF-8', 'GB18030', 'GB2312', 'GBK', 'BIG5', 'CURRENT', 'UTF-16']              
    sudo apt-get install dconf-editor
  2. 然后再用gedit打开txt文档就不会乱码了。

 

 

版权属于:http://www.cnblogs.com/lingduwangjue/

转载时请注明来源

 

你可能感兴趣的:(gedit)