Open typing101 opened 6 years ago
I have a same problem. Did you fixed it ?
Chinese characters cannot be displayed in CentOS7
I have the same issue with pt-br chars like ç and ã.
You need to install the proper fonts on your server. For me on Ubuntu it was:
sudo apt-get install language-pack-ja
sudo apt-get install japan*
sudo apt-get install language-pack-zh*
sudo apt-get install chinese*
@Gujie-Novade your solution worked for me. Thanks!
I'm using a font that supports Japanese characters (Lato), everything shows fine when the PDF is purely English, but when I throw in some Japanese characters it doesn't render them. I'm thinking it's an encoding issue, but I'm not sure how to set encoding type once the PDF is rendering.