Ask your questions here.
Post a reply

Can't Display Chinese fonts

Wed Jun 28, 2017 3:47 am

I had tried the recent Refract8.3 distro. But all the chinese fonts are display in a rectangle with ASCII in it.(See the picture attached below).
Image

I guess all the chinese fonts has been removed from this distro.
How can I fix it? Thanks

Re: Can't Display Chinese fonts

Wed Jun 28, 2017 12:39 pm

I think this will work.

Code:
$ sudo apt install --install-recommends task-chinese task-chinese-desktop
$ sudo dpkg-reconfigure keyboard-configuration
$ sudo dpkg-reconfigure locales
$ sudo dpkg-reconfigure tzdata

Re: Can't Display Chinese fonts

Mon Jul 10, 2017 2:00 am

$ sudo apt install --install-recommends task-chinese task-chinese-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package task-chinese
E: Unable to locate package task-chinese-desktop


Looks like the packages are not where to find.

Re: Can't Display Chinese fonts

Mon Jul 10, 2017 10:59 am

I guess there are more choices than I thought. You also might want to install gcin to input Chinese characters.
Code:
$ apt-cache search task-chinese
task-chinese-s - Simplified Chinese environment
task-chinese-s-desktop - Simplified Chinese desktop
task-chinese-s-kde-desktop - Simplified Chinese KDE desktop
task-chinese-t - Traditional Chinese environment
task-chinese-t-desktop - Traditional Chinese desktop
task-chinese-t-kde-desktop - Traditional Chinese KDE desktop
Post a reply