Torsten Straube wrote:
> While the PDF files are ok, the text files are always UTF-8 encoded.
...
> My FO files always contain an encoding attribute in the XML declaration
> so I thought the ContentHandler might instruct the renderer which encoding
> to use but the SAXContentHandler does not get this information.

Information about the encoding of the XML file cannot be passed
through the standard interfaces.

> I would like to fix this, but I am not sure how to do it.
> Is there any preferable way to tell the renderer which encoding to use?

The correct way would be to implement a configuration setting
and/or a command line parameter to set the encoding for the
text renderer output.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to