Charset encoding problem

Here should go questions about transforming XML with XSLT and FOP.
ciccio
Posts: 1
Joined: Wed Jul 06, 2005 6:51 pm

Charset encoding problem

Post by ciccio »

Hi all,
we are tring to generate a PDF from a XSL file but we are experiencing some problem with the charset encoding. Quote, trademark, and special characters are not rendered as they are but we can only see the html code.
More over if we try to generate the PDF with character of Czek Republic the rendering is a total mess.

Just to give more information ... we are using Tomcat 4, Oracle 9.2 and JDK 1.4.2.

Please someone can help me ??? :cry:
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

If you use Apache FOP for generating the PDF result you should set a font that is able to render the special Czech characters and the quotes and trademark character. Please read the article

How to Add a Font to the <oXygen/> Built-in FOP http://www.oxygenxml.com/doc/addFontToFOP.pdf

from the Documentation page:

http://www.oxygenxml.com/documentation.html

Best regards,
Sorin
Post Reply