According to various experiences on the internet, Chinese characters cannot be displayed at all times.
Then, the script writing method in FVWM is studied, and the FONT definition is studied. The method obtained is as follows:
1. Find the Chinese name on your machine and run the following command:
Xlsfon ts | grep 2312
List a bunch of names
2. You can only select 16 or 24 lattice fonts. Do not select truetype,
Because I have chosen truetype, I cannot select GBK or GB18030 encoding.
This is the most important thing.
3. Then modify ~ /. Fvwm/. fvwm2rc, add:
MenuStyle * Font "-isas-fangsong ti-medium-r-normal -- 16-160-72-72-c-160-gb2312.1980-0, -adobe-times-bold-r-*-14 -*-*-*-*-*-*-*"
Style * Font "-isas-fangsong ti-medium-r-normal -- 16-160-72-72-c-160-gb2312.1980-0, -adobe-times-bold-r-*-14 -*-*-*-*-*-*-*"
Conclusion: Use xlsfonts to find the 16-dot-matrix font name encoded in gb2312 and add it to FVWM.