Make sure your database/table is created with Unicode as the encoding. Refer the Postgresql forums/documentation for more details.
Also try getting the connection with the URL which also specifies the character set explicitly.
jdbc:postgresql://localhost:5432/testdb?charSet=YOUR-ENCODING-HERE
~s.o.s~
Failure as a human
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
DB connection from JSP is something which you should not do it. For better wait to communicate with DB see this post
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902