Friday, August 24, 2012

Re: Polish characters in menu and messages

> Maybe it's a locale/language problem? See if anything in this discussion
> helps:
>
> https://groups.google.com/d/msg/vim_use/s3hjmyaUHnI/cyX_uAbwqTAJ

Yes! That helps. On that discussion there was link:
http://superuser.com/questions/207264/gvim-utf-8-in-windows
It turns out, that I needed only to put iconv.dll
(http://sourceforge.net/projects/gettext/files/libiconv-win32/1.9.1/libiconv-1.9.1.bin.woe32.zip/download)
and libintl.dll
(http://sourceforge.net/projects/gettext/files/gettext-win32/0.13.1/gettext-runtime-0.13.1.bin.woe32.zip/download)
to my vim folder.

After adding this files I also removed "has(multibyte)" script and Unicode
files can be viewed properly, even without that script :).

Thank you for your help!

By the way - why iconv and intl libraries are not included into gVim
package?

Regards,
Marek

--
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

No comments: