On Wed, Dec 13, 2006 at 11:41:36PM +0200, Micha Feigin wrote:
> On Wed, 13 Dec 2006 17:14:48 +0200
> Avraham Rosenberg <[EMAIL PROTECTED]> wrote:
> 
> > On Wed, Dec 13, 2006 at 01:48:11PM +0200, ik wrote:
..
> 
> I saw this problem when moving to a unicode system. seems that gvim inputs
> characters in iso-8859-8 so if your system is unicode you need to specifically
> change the lang environment before running vi,
> 
> Try running
> LANG=he_IL gvim
> 
> (you may need to also build the locale information though for this to work)
>
Thanks Micha. As a matter of fact, I had already tried it (my
default locale is C, and he_IL.iso88598 is one of the locales
instaled on the system), but I forgot to mention it. I got the
same error message from pango:
(gvim:4140): Pango-WARNING **: Error loading GSUB table 4097

It seems that something is wrong with my pango library. I tried 
apt-get check libpango1.0-0, and according to it there is
nothing wrong with it. 
Maybe it's just not where vim looks for it. The vim files 
themselves are installed in /usr/share/vim/vim70/ and /usr/bin/vim 
fails sometimes to find its own modules, which it looks for in 
/usr/share/vim/. That, I was able to overcome, by creating symlinks. 
In the case of pango, I am pretty clueless.
Cheers, Avraham

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to