I tried some methods to fix this issue,but no lucky.I can't find the auto-detected item to configure it.So what I should do next,I need help,and thanks a lot!
Asked
Active
Viewed 1,935 times
2
-
1You probably need to install language support for Chinese via Settings -> Language Support . Try that first – Sergiy Kolodyazhnyy Jul 27 '16 at 09:52
-
I did it and no changes – Patrick Jul 28 '16 at 12:55
1 Answers
0
I am suffering this same issue while using vim.
Add these lines to vimrc where located at /etc/vim/vimrc
set fileencodings=utf-8,gb2312,gbk,gb18030
set termencoding=utf-8
set encoding=prc
Save and run source /etc/vim/vimrc.
Zigii Wong
- 101
- 2