如何在修改 onlyoffice ,让其不会在中文下乱码
人生最曼妙的风景,竟是内心的淡定与从容!
自己以找到答案,在服务器添加中文字体安装字体:
apt-get install fonts-arphic-ukai
调用:
documentserver-generate-allfonts.sh
然后再刷新浏览器缓存看看
documentserver-generate-allfonts.sh 如何调用
参考 https://github.com/ONLYOFFICE...
首先安装中文字体,
然后
cd /usr/share/fonts tar cv * | docker exec -i onlyoffice-document-server tar x -C /usr/share/fonts/ docker exec onlyoffice-document-server documentserver-generate-allfonts.sh
Then clear cache browser and logon again.
自己以找到答案,在服务器添加中文字体
安装字体:
调用:
然后再刷新浏览器缓存看看
documentserver-generate-allfonts.sh 如何调用
参考 https://github.com/ONLYOFFICE...
首先安装中文字体,
然后
Then clear cache browser and logon again.