centos gedit 中文乱码怎么办

centos gedit中文乱码的解决办法:1、打开终端;2、输入命令为“gsettings set org.gnome.gedit.preferences.encodings auto-detected “[...]””即可。

centos gedit 中文乱码怎么办

本文操作环境:CentOS 7系统、DELL G3电脑

centos gedit 中文乱码怎么办?

CentOS 7 gedit编辑器中文乱码解决方法

无需root登陆

打开终端输入如下命令:

gsettings set org.gnome.gedit.preferences.encodings auto-detected “[‘GB18030’, ‘GB2312’, ‘GBK’, ‘UTF-8’, ‘BIG5’, ‘CURRENT’, ‘UTF-16’]”
gsettings set org.gnome.gedit.preferences.encodings shown-in-menu “[‘GB18030’, ‘GB2312’, ‘GBK’, ‘UTF-8’, ‘BIG5’, ‘CURRENT’, ‘UTF-16’]”

推荐:《centos使用教程》

以上就是centos gedit 中文乱码怎么办的详细内容,更多请关注其它相关文章!