Hi all, I'm using iBATIS for table whose columns name are Japanese.
I edit SQL Map XML specifying encoding as "UTF-8". When I execute SQL statement which access to those "Japanese name" column, I got SQLException because the SQL statement is garbled. iBATIS seems to load SQL Map XML by default encoding and ignore XML encoding declaration "UTF-8". Anyone knows how to specify character encoding of SQL Map XML when iBATIS load those XML? Thanks, Toshiaki Takashima