解決vim編輯檔案時中文亂碼

來源:互聯網
上載者:User

情況1:在centOS或debian等Unix系統上,使用vim編輯檔案時,輸入中文時,中文亂碼:

#vim /root/.vimrc

輸入如下配置:

syntax onset fileencodings=ucs-bom,utf-8,utf-16,gbk,big5,gb18030,latin1set fileencoding=utf-8

:wq

再次vim編輯時OK。

解釋下:syntax on表示文法高亮;fileencoding表示儲存檔案時的預設檔案編碼;fileencodings表示vim讀取檔案時,採用的編碼識別序列,從左往右匹配。
情況2:在windows上編寫的檔案,上傳至Linux上,vim編輯時亂碼。原因是windows預設使用gbk編碼,在Linux上,使用iconv命令可以轉碼:

#iconv -f GBK -t UTF-8 test.txt -o test2.txt

再次vim編輯時OK。


情況3:在secureCRT或xshell等SSH工具上,vim編輯檔案時亂碼。這個情況很辦好:修改用戶端的編碼格式即可。以secureCRT為例:找到options---session options---terminal---Appearance,把charset encoding改為utf-8就好了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.