> the properties file using for greek language is properly encoded > format(UTF-8).
Typically straight properties files are encoded in Latin1--are you using a properties XML file? http://download.oracle.com/javase/6/docs/api/java/util/Properties.html > System.out.println("event_name"+pageBundle.getString("event_name")); > > output: event_name????? ????????? If your Java output is question marks, you should probably verify that the bytes are correct in Java. There might not be any issue with iText and your PDF. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
