解決 ubuntu14 04下的gedit中文亂碼

2022-09-02 09:21:10 字數 416 閱讀 9555

ubuntu14.04下的gedit開啟windows下預設編碼的txt(用sublime開啟顯示為gb2312)有問題,解決方案:

1,在終端中輸入:dconf-editor

2,在彈出的配置資訊中進行配置,具體是:org——>gnome——>gedit——>perferences——>encodings,修改其中的配置資訊,在auto-detected項的value中的utf-8後邊加上gb18030,在shown-in-menu對應值的後面新增上gb18030.

然後重啟下編輯器就可以了。

本人系統設定後的值為:auto-detected對應['utf-8', 'gb18030', 'current', 'iso-8859-15', 'utf-16']

shown-in-menu:['iso-8859-15', 'gb18030']

ubuntu 14 04下matcaffe的配置

然後操作如下 sudo update alternatives install usr bin gcc gcc usr bin gcc 4.4 40 sudo update alternatives install usr bin g g usr bin g 4.4 40 此時可以使用 gcc v ...

Ubuntu 14 04下配置Pyspider環境

ubuntu 14.04.4 lts 1.ubuntu 系統自帶python 所以不用安裝python 注 安裝前先更新下軟體源 命令 sudo apt get update 2.開始安裝pip 命令 sudo apt get install python pip 安裝成功後公升級下pip 確保pi...

Ubuntu14 04下MySQL的安裝

1.輸入 sudo apt get install mysql server 2.繼續執行後,需要設定mysql密碼。3.再次輸入密碼。4.之後就安裝成功了,輸入mysql u root p進行登陸。如果已經出現如上介面,那麼mysql就可使用了 drop table if exists t org...