[Tips] How to view chinese font in linux environment

0
31

Hello everyone, welcome back to Learn Tech Tips blog, This blog will help you improve more experience everyday

Like and share this blog to your friend if you like it

Tiktok 

Today I will share with you experience for working with Asian font in general, Chinese language font in particular on linux environment. If your system don’t have chinese font, your system will like below error => mismatch “local” filename (testfont/??????. extracting testfont/???.txt)

So if you want to display a chinese font, you can easy to use below command


env | grep LANG LANG=zh_CN.gb2312

Please be note: Chinese font have 2 main fonts include: Madarin (CHI CN / Simple / ch_CN), Cantonese (ZHO ZH / tranditional / zh_CN),

Normaly we will use zh_CN so we use LANG=zh_CN.gb2312

After choose the correct font, your chinese font on folder, file will display, like below screen

Any feedback leave your comment below this topic, we can discuss about it

Learn Tech TipsZidane