[EMAIL PROTECTED] wrote:
I would like to display latin-2 characters in both XML template and in thoseI have never done this myself, but I would start with setting the encoding in XML
tags which are replaced by values in java class.
How to do this?
and setting the attributes of the XmlPeer. I know: this is poorly documented,
but if you look at this class:
http://itext.sourceforge.net/src/com/lowagie/text/FontFactory.java
more in specific to this method:
public static Font getFont(Properties attributes) You will find the attributes that have to be set such as ElementTags.ENCODING
HTH, Bruno
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
