Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-14524

Korean PDF export broken

    XMLWordPrintable

Details

    • 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

          Activity

            People

              evalica Ecaterina Moraru (Valica)
              yshur YongsooHur
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: