[vim ] 在存檔時無法儲存含有簡體的檔案

看板Editor (編輯器(vim/emacs))作者 (遙遠的距離)時間12年前 (2012/06/05 18:54), 編輯推噓0(005)
留言5則, 1人參與, 最新討論串1/1
大家好: 我在使用vim的時候,如果檔案裡面寫入簡體的話便會無法儲存, 請問有人知道該如何解決嗎? 謝謝! 問題描述: 在檔案裡寫一些簡體文字,然後儲存的時候會顯示(test.txt是檔名): "test.txt" E513: write error, conversion failed (make 'fenc' empty to override) Press ENTER or type command to continue 用file來看該檔案是UTF-8 Unicode text 在vim裡面: :set fenc? 結果是fileencoding=utf-8 :set enc? 結果是encoding=big5 有想過set encoding, 但用:set encoding=utf-8 的話,裡面的文字和vim的說明都會變成亂碼 vim版本7.3.429 謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.119.120.249

08/31 12:44, , 1F
language messages zh_TW.utf-8
08/31 12:44, 1F

08/31 12:44, , 2F
set langmenu=zh_tw.utf-8
08/31 12:44, 2F

08/31 12:45, , 3F
source $VIMRUNTIME/delmenu.vim
08/31 12:45, 3F

08/31 12:45, , 4F
source $VIMRUNTIME/menu.vim
08/31 12:45, 4F

08/31 12:47, , 5F
以上四行會解決set encoding=utf-8在Gvim說明文字變亂碼問題
08/31 12:47, 5F
文章代碼(AID): #1FpULn7u (Editor)
文章代碼(AID): #1FpULn7u (Editor)