最近安装了Ubuntu 11.10, 使用过程中发现打开txt文档显示乱码,解决方法如下:
安装 dconf-editor
sudo apt-get install dconf-tools
输入命令dconf-editor打开
org--->gnome--->gedit--->preferences--->encodings--->auto-detected
最前面添加
'GB18030', 'GB2312', 'GBK',
注销之后OK
本文介绍了一种解决Ubuntu11.10系统中txt文档乱码的方法,通过安装dconf-editor并配置gedit首选项来实现对中文编码的自动识别。
最近安装了Ubuntu 11.10, 使用过程中发现打开txt文档显示乱码,解决方法如下:
安装 dconf-editor
sudo apt-get install dconf-tools
输入命令dconf-editor打开
org--->gnome--->gedit--->preferences--->encodings--->auto-detected
最前面添加
'GB18030', 'GB2312', 'GBK',
注销之后OK

被折叠的 条评论
为什么被折叠?
