我正在做一个 NLP 研究项目。为此,我必须分析一个大约 10mb的 unicode (Sinhala)文本文件,它会在 Google 文档中打开。但是当我尝试从 gedit 打开它时,我收到了这个错误
意外错误:转换输入中的字节序列无效
因此,我遵循了这个类似的问题并尝试了第二个答案,该答案建议在终端中运行此命令:
gsettings set org.gnome.gedit.preferences.encodings auto-detected "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
我在终端得到了这个结果:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
No such key “auto-detected”
所以,没有成功。当我尝试在 gedit 中打开文件时,我遇到了同样的错误。我怎样才能解决这个问题?如何在gedit中打开此文件?