I am a big fan of vim and gvim. But whenever I write localization code in PHP and have to translate some strings (primarily in Russian), I have to open Notepad to translate all the entries. That kinda sucks, but so far I have not found out how to make gvim work in utf8 mode. Any ideas would be appreciated.

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

put these into your .vimrc:

set encoding=utf-8
set fileencodings=ucs-bom,utf-8

you should now be able to play with the UTF8 files.

link|improve this answer
I used these settings. But then ALT key changed its behavior. Now pressing ALT key with some letter key inserts an accented character. Is there a way to disable this? I asked this question in superuser forum: superuser.com/questions/154491/… – Mert Nuhoglu Jun 19 '10 at 17:22
feedback

Does this help?

link|improve this answer
Not sure, but will give it a try. – SeasonedCoder May 1 '09 at 9:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.