Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Problem with UTF-8 encoded HTML when export to pdf

    We are using UTF-8 on both client and server, and are getting character encoding errors in the pdf file after calling RPCManager.exportContent().

    This seems to be a problem due to the fact that JTidy is used to parse the HTML on the server. JTidy does not use the platforms default encoding but has it's own default (ISO-8859-1). To solve this issue the input encoding, in our case UTF-8, has to be set on the Tidy object used to parse the HTML.

    Do you have any plans to support other encodings than ISO-8859-1 in your solution?

    We're using the evaluation Enterprise Edition version "SC_SNAPSHOT-2012-01-20_v8.3d/EVAL Deployment 2012-01-20" and have tested it on Windows 7 with Internet Explorer 8 and Firefox 9.
Working...
X