I added set encoding=utf-8
to my _vimrc file. Text in my files is ok but in menu there is no UTF-8 letters. Where is a problem here? Without set encoding=utf-8
there is no UTF-8 in my files but menu is ok. Problem exists only in gui menu (as on the pictrure). File encodings is ok.
Asked
Active
Viewed 345 times
5

jundymek
- 1,013
- 4
- 18
- 40
-
What menu do you mean? – 1983 May 28 '16 at 23:09
-
I have added a picture with my problem. – jundymek May 28 '16 at 23:47
-
Possible duplicate of [How to view UTF-8 Characters in VIM or Gvim](http://stackoverflow.com/questions/5166652/how-to-view-utf-8-characters-in-vim-or-gvim) – SibiCoder May 29 '16 at 03:14
-
I can't find solution in that topic. Nothing works... – jundymek May 29 '16 at 08:54
1 Answers
2
I solved it. I added those lines to my config file:
set langmenu=pl_PL
let $LANG = 'pl_PL'
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim

jundymek
- 1,013
- 4
- 18
- 40