It is a problem with the locales in Wine rather than a font issue. I had the same problem with most popular Bulgarian dictionary for Windows (SA Dictionary). You should set correct value of the LANG variable after WINEPREFIX within the Exec= directive in the .desctop file that run your application. In my case this is LANG=bg_BG.UTF-8. Here is example how my .desctop looks like to work correctly:
If you have a windows 10 iso image you can extract sources/install.wim from it and from this wim file you can extract all the true type fonts using wimextract tool
First, u must download wqy-microhei.ttc font online (https://github.com/anthonyfok/fonts-wqy-microhei/blob/master/wqy-microhei.ttc)
After saving this Regedit file on pc (https://gist.github.com/swordfeng/c3fd6b6fcf6dc7d7fa8a)
Font file copy to wine folder under C: drive folder, under Windows folder, under Font (/home/YOURUSERNAME/.wine/drive_c/windows/Fonts)
If you cant see the .wine folder, enter any folder and push keyboard Ctrl+H (show/hide the hidden folder)
And the last one you have downloaded regedit file. Steps:
I hope it helps you. I also use some software that has Chinese font. Wine doesn't support some distro maybe.
I don't have wine env, but gut- feeling tells that you could try to install Chinese fonts in wine
where the fonts is loaded from
It is a problem with the locales in Wine rather than a font issue. I had the same problem with most popular Bulgarian dictionary for Windows (SA Dictionary). You should set correct value of the
LANG
variable afterWINEPREFIX
within theExec=
directive in the.desctop
file that run your application. In my case this isLANG=bg_BG.UTF-8
. Here is example how my.desctop
looks like to work correctly:Type
locale
to to find the current values of the locales in the terminal.If you have a windows 10 iso image you can extract
sources/install.wim
from it and from thiswim
file you can extract all the true type fonts usingwimextract
toolNow you can use wine explorer to copy/paste all the fonts into
windows/Font
directory.