I have a problem with DB2 configured with 819 code page / ISO8859-1 code set. I am trying to save some data like bullet point • or even double quote "" from a text editor of my application and it gets damaged. While render it back to UI it shows as -> We are using JDBC and Jack Rabbit to persist the data into DB. Even the data gets damaged if we try to insert using JDBC with prepared statements. If the DB2 is configured with 1208 code page / UTF-8 code set it works fine.
We are using db2jcc_license_cu.jar and db2jcc-4.13.127.jar
Also the same features having DB2 configured with 819 code page / ISO8859-1 code set is working for another version of application where we use SQL Access / DLL instead of JDBC/Jackrabbit
Could someone help me out how it can work with DB2 having 819 code page / ISO8859-1 code set
Thanks !