As far as I can see this is purely an XML parser problem, not a FOP problem. I assume your XML file is not properly encoded in UTF-16. The Unicode character 0093 is the "SET TRANSMIT STATE" control character (whatever that means). That's certainly no quote character.
On 12.04.2006 09:01:43 Debasish Jana wrote: > While trying to use FOP0.91 beta for showing some Unicode characters in > 16-bit format, the PDF generation fails. For example, the begin quote > character can be having Unicode 022 (hex) or 093 (hex). Using the former > character i.e. 022 is no problem, but with 093, the renderer fails. Is there > any workaround to specify 16-bit character format before passing it to > renderer? Is there any way to configure that in FOUserAgent ? Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
