Ubuntu---gedit 打开windows 下 .txt 文件乱码的解决方法
2021-02-08 20:16
标签:ima utf-16 editor 复制 png 文件 打开方式 文件复制 tor 问题出现情况:在windows 下编辑的 .txt 文件复制到 Ubuntu 下打开,默认打开方式为 gedit 软件打开,出现如下乱码: 出现原因:在 windows 系统下,.txt 文件默认编码方式为 gb18030 格式的中文编码,而 gedit 默认的编码方式为 UTF-8 解决方式1:在终端直接输入下面命令即可(未尝试) 解决方式2(亲测): step1: 首先安装工具: step2: 在终端输入下图中命令,打开 dconf-editor step3: 展开org/gnome/gedit/preferences/encodings,设置成如下图的方式(关闭 Use default value 选项):
Ubuntu---gedit 打开windows 下 .txt 文件乱码的解决方法 标签:ima utf-16 editor 复制 png 文件 打开方式 文件复制 tor 原文地址:https://www.cnblogs.com/zpcoding/p/11335395.htmlgsettings set org.gnome.gedit.preferences.encodings
candidate-encodings
"[‘UTF8‘,‘GB18030‘,‘GB2312‘,‘GBK‘,‘BIG5‘,‘CURRENT‘,‘UTF-16‘]"sudo apt-get install dconf-tools
下一篇:windows CMD大全
文章标题:Ubuntu---gedit 打开windows 下 .txt 文件乱码的解决方法
文章链接:http://soscw.com/index.php/essay/52793.html