Gupta, Munesh wrote: > it did not solve the problem i.e. I tried changing my code to > String s2 = new String(ResultSet.getBytes(),"ISO-8859-1");
Either you have the wrong encoding (in your original mail, you mentioned another one). > The result is the PDF is still the string "\u0141" and > not the character value i.e it is not what is being displayed > by using a String definition Or somebody has put the actual String "\u0141" in the database and not the character with that unicode value. Which would be very funny. Either way, that's off topic on this list. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
