i want to reading farsi text from db2 and writing it in console or file.But when i reading it i got ??? instead of farsi characters.im using db2java.zip by COM.ibm.db2.jdbc.app.DB2Driver andmy database CODESET = UTF-8
Could it be a parameter in the jdbc url?
I had this problem last year , you just should write a Encoding filter for your JSP pages or for your container.Even your CODESET=UTF-8.If your database is on mainframe your Encoding should be from EBCIDIC to UTF-8.I think I have the filter yet . Send and email then I will Send you the filter .
Can you send me that filter too????????????????