Tony Mechelynck wrote:

> Bram Moolenaar wrote:
> > Edward L. Fox wrote:
> [...]
> >>> The menu.vim file should never change 'encoding'.  It should load menus
> >>> that are appropriate for the current 'encoding' and language.
> >> But gvim doesn't support an encoding named 'gbk'. If the system
> >> encoding is 'gbk', the menu and toolbar get malformed.
> > 
> > What do you mean by "system encoding"?  How does Vim see this?
> [...]
> 
> I "think" he means the charset part of the "system locale", as used to 
> set 'encoding' before sourcing the [._]vimrc. $LC_CTYPE maybe? On my 
> Windows system "gvim -u NONE" shows all strings preset to 
> 'French_Belgium.1252' and gvim starts up in French and Latin1; on Linux 
> I have $LC_CTYPE='en_US.UTF-8', the rest empty in bash, set to "C" in 
> gvim, and gvim starts up in English and in UTF-8. IIRC, Edward had 
> zh_CN.gbk and his gvim started in Chinese with unreadable menus and 
> tooltips. Making "gbk" an alias for "cp936" solved the menu problem, but 
> only partially the tooltip problem. I suspect a byte-counting bug in one 
> or more of the routines responsible for the tooltips' storage and 
> display, manifesting on multibyte locales like CP936.

If this is on Unix, I don't think that cp936 is completely supported.  I
can make gbk an alias for cp936, but I don't think it will help much.

-- 
hundred-and-one symptoms of being an internet addict:
125. You begin to wonder how often it REALLY is necessary to get up
     and shower or bathe.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to