gedit 에서 한글 깨져 보이는 경우 해결안.
1 min readMay 22, 2019
sudo apt-get install dconf-editor
dconf-editor 실행
gsettings set org.gnome.gedit.preferences.encodings candidate-encodings “[‘UTF-8’, ‘UHC’, ‘CURRENT’, ‘ISO-8859–15’, ‘EUC-KR’, ‘UTF-16’]”
gsettings get org.gnome.gedit.preferences.encodings candidate-encodings
- 기존에 auto-detected → candidate-encodings로 바뀜.