I have been able to resolve this by adding a charset parameter to the connection string. for mysql this means
mysql:host=localhost;port=3306;dbname=mydb;charset=utf8
I have been able to resolve this by adding a charset parameter to the connection string. for mysql this means
mysql:host=localhost;port=3306;dbname=mydb;charset=utf8