Defect #1174
closedThai Character Not Display Correctly Using PDF Export
0%
Description
I'm using Redmine 0.7.devel.1415 (MySQL)
The problem occur when i export pdf file from issue module, that the character not display correctly (as image)
I use to have same problem with CSV export but can correct with following setting in /lang/th.yml
general_csv_encoding: cp874
general_pdf_encoding: cp874
When i print using fineprint pdf factory everything is fine
Please see attach redmine.pdf and fineprint.pdf
Files
Related issues
Updated by Viktor Kuzmin over 16 years ago
The same is with russian language.
PDF font is corrupted - no symbols except standart ASCII.
Updated by Chaoqun Zou over 16 years ago
I think that you maybe have to add Thai support to rfpdf.
If you read rfpdf's changelog, you will find that it have only add support to chinese, japanese and korean.
But rfpdf's original version FPDF do have support to Thai.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicates #856.