Hi, 2016/2/26 Fri 20:45:38 UTC+9 klo uo wrote: > Hi, > > > on Windows I've set my default code page to 65001 (UTF-8) > > > This is how vim looks like: > > > > > > If I change code page to some other, like `chcp 866` if works as expected.
Your vim.exe seems old. Try gvim74-1024.exe from http://www.vim.org/download.php#pc . Old vim.exe needs to be set 'termencoding' properly when you change the codepage (or 'encoding'). However recent vim.exe doesn't use 'termencoding'. Regards, Ken Takata -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
