Details
-
Bug
-
Resolution: Fixed
-
Minor
-
9.4
-
Easy
-
N/A
-
N/A
-
Description
When export pdf with korean, all korean character is replaced as #
This problem can be cleared by fixing 'xhtml2fo.xsl'
Inside of 'xhtml2fo.xsl', I think for korean,
<xsl:when test="starts-with($language, 'kp') or starts-with($language, 'kr')">FreeSerif, Baekmuk Gulim, AR PL UMing CN, serif</xsl:when>
but korean is starts-with 'ko' not 'kp'.
This cause the problem. After I fix all 'kp' to 'ko', this problem is fixed.
Attachments
Issue Links
- depends on
-
XWIKI-7106 Add support for generating PDF for Chinese, Japanese and Korean documents
- Closed