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

PDF export does not take into account the encoding specified in xwiki.cfg

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.8, 1.9 M1
    • 1.8 RC2
    • {Unused} Export
    • None

    Description

      It uses String.getBytes() and new String(byte[]), which use the JVM encoding, instead of the equivalent methods that select a custom encoding, String.getBytes(charset) and new String(byte[], encoding).

      Attachments

        Issue Links

          Activity

            People

              sdumitriu Sergiu Dumitriu
              sdumitriu Sergiu Dumitriu
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: