Hello, Codepages are not re-coded by iconv but by MultiByteToWideChar function. So if you set cp... the iconv library is not loaded. SO was introduced in VIm7.3.034 so it is realy long time ago. But I needed open file in iso-8859-2 coding on Monday, so I came across it.
Regards JiriS On 12 September 2012 23:53, Ben Fritz <[email protected]> wrote: > On Wednesday, September 12, 2012 4:03:46 PM UTC-5, Jiri Sedlak wrote: >> Hello, >> >> >> >> I discovered stack overflow in WIN32 builds of VIm. Repeatability is 100% >> >> >> >> Here is scenario: >> >> >> >> 1) start vim >> >> 2) set enc option to for example iso-8859-2. >> >> 3) vim crash >> > > Reproduced in 7.3.646, which I was doubtful of, because my .vimrc contains > "set encoding=utf-8" and I've never seen a crash because of it. In the past > I've also set the encoding to cp1252 and others without problems. > > But setting it to iso-8859-2 causes Vim to terminate with no warning or > dialog popping up on the very next keystroke (which in my case happened to be > ':', because I was attempting to type ":set enc?"). > > I haven't tried the patch. > > -- > You received this message from the "vim_dev" 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 from the "vim_dev" 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
