How to solve the problem of garbled Chinese when exporting PDF files? English and numbers will not be garbled, but the pictographs will be garbled, is there a lack of font relationship, how do you need to deal with it?
I’ve tested around and got the same results.
The DB table (+ field) is set to: utf8mb3_general_ci
I’ve configured the im- and export settings to UTF-8
The data in the table looks good.
After generating the PDF, I see only squares.
Maybe it is already fixed with:
salesagility:hotfix
← mattlorimer:fix/pdf_issues
opened 01:41PM - 15 Apr 24 UTC
## Description
Addresses PDF related issues #10401 and #10376
## Motivation… and Context
See #10401 & #10376
## How To Test This
See #10401 & #10376
## Types of changes
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
### Final checklist
- [x] My code follows the code style of this project found [here](https://docs.suitecrm.com/community/contributing-code/coding-standards/).
- [ ] My change requires a change to the documentation.
- [x] I have read the [**How to Contribute**](https://docs.suitecrm.com/community/contributing-code/) guidelines.
There are a couple of related tickets:
https://github.com/search?q=org%3Asalesagility+pdf+encoding&type=issues
but so far, it seems to be not working in 8.7
We can only continue to wait for the expert’s reply! thank you!