Ubuntu中打开windows中的txt文件,中文显示乱码
作者:互联网
在网上发现一个解决方案,亲测有用:
在终端输入sudo apt-get install dconf-tools 安装dconf-editor
然后输入命令dconf-editor打开
dconf-editor下org--->gnome--->gedit--->preferences--->encodings--->auto-detected
最前面添加
'GB18030', 'GB2312', 'GBK',
即可打开txt文档。
标签:txt,windows,乱码,打开,editor,Ubuntu,dconf,输入 来源: https://blog.csdn.net/qxqsunshine/article/details/87883927