NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11013: GenPDFAddOn does not honor {Site}{CharSet}
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
Confirmed |
Extension |
GenPDFAddOn |
|
GenPDF doesn't inherit the site character set. If the topic contains characters from a different charset, the output is corrupted.
See
Support.Question910
I've added this line:
push @htmldocArgs, "--charset iso-8859-2";
to file lib/Foswiki/Contrib/GenPDFAddOn.pm.
Maybe it's good idea to add new parameter _CHARSET (by default equals to foswiki encoding) to solve this issue.
-- GrzegorzMarszalek - 31 Jul 2011
--
GeorgeClark - 31 Jul 2011