Thursday, November 12, 2009

[SW] Big5 and utf-8 in Vim

To make Vim open big5 files properly, just set the following
set fileencodings=utf-8,big5,euc-jp,gbk,euc-kr,utf-bom,iso8859-1
set encoding=utf8
set tenc=utf8
---
Ref: http://wiki.debian.org.tw/index.php/Unicode#VIM

2 comments:

  1. 船歌11:49 PM

    Just to say thank you very much.

    Keep on the good work.

    謝謝。加油

    ReplyDelete
  2. You are welcome, and hope my notes help you in some ways. :-)

    ReplyDelete