Skip to content

Instantly share code, notes, and snippets.

@yaleksandr89
Created March 5, 2020 15:07
Show Gist options
  • Save yaleksandr89/122512889aaf0391baaacd6b3d197687 to your computer and use it in GitHub Desktop.
Save yaleksandr89/122512889aaf0391baaacd6b3d197687 to your computer and use it in GitHub Desktop.
Если при открытие текстовыхъ файлов в редакторе gedit, появляются знаки вопроса вместо текста необходимо:
1) В консоли:
gsettings set org.gnome.gedit.preferences.encodings candidate-encodings "['UTF-8', 'WINDOWS-1251', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
или
20 Установить dconf(sudo apt-get install dconf-tools), перейти в '/org/gnome/gedit/preferences/encodings/' и добавить:
'UTF-8','WINDOWS-1251','CURRENT','ISO-8859-15','UTF-16'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment