Re: Character Encoding in TXTRenderer

2002-07-12 Thread J.Pietschmann
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 t

Character Encoding in TXTRenderer

2002-07-12 Thread Torsten Straube
Hi all. I am using fop-0.20.4 to create PDF and text files from XML files encoded in ISO-8859-1. While the PDF files are ok, the text files are always UTF-8 encoded. By looking at the TXTRenderers sources I found the reason for this behaviour: The TXTRenderer uses the TXTStream class to write to