Ben Chuanlong Du's Blog

It is never too late to learn.

Chinese Locale in Linux

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

First you have to make sure locales is installed. If not, you can install it using the following command (on Ubuntu/Debian).

sudo apt-get install locales

Ubuntu

# GB2312 encoding support
sudo …

Typing Chinese in Vim

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

The simplest suggestion is not to waste your time on this right now. There are some old related Vim plugins but are outdated. NeoVim is a better alternative to Vim. Wait …