非中文系统下安装微信会出现乱码,中文变成小方框。
官方README给出的办法是在/opt/deepinwine/tools/run.sh 中将 WINE_CMD 那一行修改为
1 | WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine" |
但是在我的系统上(Mint 19)没有用,在issues里翻到一个方法(安装字体),问题得到解决。
1 | sudo apt-get install ttf-wqy-microhei |
2 | |
3 | sudo apt-get install ttf-wqy-zenhei |
4 | |
5 | sudo apt-get install xfonts-wqy |