smu johnson 写道: > Hi, > > I have done both things, recompiled etc, and still encounter the same > problem. >
Big versions have multibyte support by default, what you need is a correct .vimrc file. the minimum .vimrc file to get things work: set nocompatible set encoding=utf-8 set fileencodings=ucs-bom,utf-8,(add-your-local-jp-encodings-here) Also, you may need to check the actual encoding of your text file, is it really utf-8? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
