balloon does not show Chinese characters correctly
Brought to you by:
scrott
When encoding is set to utf-8, gvim(MS-Windows 32-bit GUI version, 7.3) pops up an ugly balloon which contains wrong Chinese characters.
When it set to chinese, gvim works fine, but I can not use non-mono fonts such as Microsoft_YaHei
I added "CFLAGS = $(CFLAGS) -DFEAT_PROPORTIONAL_FONTS" to Make_mvc.mak and compiled gvim from source with cl.
balloon shows wrong chinese characters
convert the characters before return it to balloon:
return iconv(utf8, "utf-8", "cp936")