Hi! I am trying to insert data in Hebrew into the database
The table is set to utf-8. But in the log file I see: DEBUG [http-12091-Processor24] - Created connection 27901603. DEBUG [http-12091-Processor24] - {conn-100000} Connection DEBUG [http-12091-Processor24] - {pstm-100001} PreparedStatement: SELECT * FROM users WHERE NAME = ? AND PASSWORD = ? DEBUG [http-12091-Processor24] - {pstm-100001} Parameters: [×ž× ×”×œ, ×ž× ×”×œ×™×œ×§×•×˜] DEBUG [http-12091-Processor24] - {pstm-100001} Types: [java.lang.String, java.lang.String] DEBUG [http-12091-Processor24] - {rset-100002} ResultSet DEBUG [http-12091-Processor24] - Returned connection 27901603 to pool. Which means that I receive rubbish. What can I do to handle it? My browser reads Hebrew all right (I wrote something in struts and I see that the messages that I get back for the user are in Hebrew) --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org