Ken Takata wrote:
> Quoting from https://www.vim.org/download.php#pc > > > newer intl library libintl > > The included libintl.dll does not support encoding conversion. If you > > have installed the iconv library, as mentioned above, you can install a > > gettext library that uses it. Get "intl.dll" from the bin directory in > > the gettext-win32 archive and store it as "libintl.dll" in the same > > directory as gvim.exe, overwriting the file that may already be there. > > Currently we support libintl.dll and libintl-8.dll, but I think it's also > better to support intl.dll. > With this patch, users don't need to rename intl.dll to libintl.dll anymore. > (We already do a similar thing for iconv.dll.) > > (We can get much newer versions of libintl and libiconv at > https://github.com/mlocati/gettext-iconv-windows, and already included in > gvim81.exe, though.) Thanks. I'll also add a note in the help file. I assume for the installer we'll use both iconv.dll and libintl.dll with conversion support. Please update the build instructions if that changed. -- hundred-and-one symptoms of being an internet addict: 160. You get in the elevator and double-click the button for the floor you want. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 because you are subscribed to the Google Groups "vim_dev" 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.
