-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
5.8.10, 5.9.11, 8.5.4
-
3
-
Severity 3 - Minor
-
Steps to Reproduce:
- Create a Page in Confluence.
- Add some text in Korean Language.
- Add a code block macro into that page.
- Add some Korean text into Code Block Macro
Make sure that you have installed Korean Font in General Configuration > PDF Export Language Support. - Export that Page to PDF
Expected Result:
Exported PDF should show texts of code block macro.
Actual Result:
Exported PDF doesn't show texts in code block macro.
Workaround
Add the below line to the PDF stylesheet to specify the font that supports Korean
.code pre, .preformatted pre { font-family:ConfluenceInstalledFont, Arial; }
- relates to
-
CONFSERVER-77137 Code macro strips Chinese characters on PDF Export
- Gathering Impact