The default raspbian operating system does not contain a Chinese font, so the Chinese font cannot be displayed normally.
We can use apt to install the installation package of the open source font library to display Chinese characters.
Enter the command
Sudo apt-get install ttf-wqy-zenhei
This command is installed in the simhei of wenquanyi.
Sudo apt-get install ttf-wqy-microhei
This command is installed with the micron simhei of wenquanyi.
Sudo apt-get install ttf-arphic-ukai
This command installs the ghost body of winding.
Sudo apt-get install ttf-arphic-uming
This command is used to install the plain body of winding.
In linux, there are two different Chinese Input Methods: scim and ibus.
Here I use the ibus with good reputation as an example.
Install the ibus Input Method engine and the ibus PinYin Input Method
Sudo apt-get install ibus-pinyin
Will prompt to install a series of library files
After the installation is complete, restart lxde to view the ibus icon in the lower right corner of the screen.
Right-click preference, select Chinese in select a input method on the input method tab, and select pinyin.
Click add to add the Pinyin input method, and then click Close to Close the window.
Click the ibus icon again to find that the Pinyin input method is available in the list. The installation is complete after entering pinyin here.