hismailbulut / Neoray

Simple and lightweight GUI client for Neovim
MIT License
148 stars 5 forks source link

chinese, or probably all wide characters, do not show #48

Open bon-ami opened 2 months ago

bon-ami commented 2 months ago

Please complete the following information:

Describe the bug No Chinese, or probably other double space characters shown in interface. Not reproduced in other GUI's, such as goneovim, FVim, neovide.

Steps to reproduce load a file in Chinese or paste some Chinese into buffer. They show unrecognizable. (I can see the font works, which should show correctly.)

Your neoray config in init.vim (Only the part that concerns neoray!)

set nocompatible

set guifont=SimSun-ExtB
set fileencodings=gb2312,utf-8,ucs-bom,gb18030,gbk,cp936
set termencoding=gb2312
set encoding=utf-8

Crash log if available (may be generated by neoray after crash)

Debug output (you can generate starting neoray with --verbose option) (none)