扫码关注官方订阅号
如何在修改 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.
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
自己以找到答案,在服务器添加中文字体
安装字体:
调用:
然后再刷新浏览器缓存看看
documentserver-generate-allfonts.sh 如何调用
参考 https://github.com/ONLYOFFICE...
首先安装中文字体,
然后
Then clear cache browser and logon again.