Scott, That UTF-8 thing just states the xml file character encoding. It's not related to what get inserted into your database. You should look for info on configuring your JDBC driver encoding or ways to work around this within your database.
Which database engine are you using? Cheers, Daniel Silva. On 10/21/05, Scott Zhu <[EMAIL PROTECTED]> wrote: > Hi, I tried to look this up in the user guide. I have to insert something > into the database (SQL Server) with international characters. I tried to > debug the code and I could see just before the ibatis query, the characters > are preserved correctly. But those characters ended in the database as "?"s. > The only related configuration I can see in the xml file is <?xml version=" > 1.0" encoding="UTF-8" ..> part. What am I missing here? Thanks.
