You need to set the encoding you are using on your MySQL connection thus:
torque.dsfactory.bookstore.connection.url = jdbc:mysql://127.0.0.1/bookstoredb?useUnicode=true&characterEncoding=ISO8859-1
Obviously you would use your own values for "bookstore", "bookstoredb" and the encoding.
Sorry, tried this too and it's still not working (tried iso-8859-2, utf8). Have you actually done this? If so, please post some code or config files.
BR, Ales
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
