Hi,
I am facing problems while displaying special chracters in PDF generated by
iText. 
If i define String for special characters in my java code and display the
same in PDF using iText, it works fine, however, if i read the same String
from java.sql.ResultSet, it is displayed as String and not the special
character i.e. for e.g.

String s = new String("\u0141") is displayed correctly as a special
character in PDF generated by iText, however, if i read the same String from
Database, the plain text is displayed i.e.

String s2 = ResultSet.getString();
The value of s2 is "\u0141"

My Database is Oracle and the encoding is "WE8ISO8859P1" which i beleive is
8859_1

Please help
Thanks and Regards
Munesh Gupta 


-- 
View this message in context: 
http://www.nabble.com/Problem-displaying-special-characters-read-from-Java-Resultset-in-PDF-tp22455173p22455173.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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

Reply via email to