Hi Malte, How are you inserting the blobs? using prepared statements? You can try the following out:
1/ edit myosotis.sh and add the following option to java: -Dfile.encoding=utf8. Command will look like: java -server -Dfile.encoding=utf8 $MONITOR $JPDA_OPTS -Dmyosotis.logger=conf/log4j.properties -jar lib/[EMAIL PROTECTED]@.jar conf/myosotis*.properties
(this might be enough, but just in case your backend aren't all-utf8 configured:) 2/ force utf8 connection to your backends, using the backend url options characterEncoding=utf8. You might also need useServerPrepStmts=true: <DatabaseBackend name="c1b1" url="jdbc:mysql://u1/db1?useServerPrepStmts=true&characterEncoding=utf8">
Hope these help, Gilles. [EMAIL PROTECTED] wrote:
Hi @all, we try to insert data trough myosotis from perl into a sequoia cluster. We got into trouble, because the data is somehow changed while inserting. When we read it again, the data is corrupted. The easiest example is to insert one of the following chars: 'ä' 'ü'. The charset was set to utf8, so it should work, but it didn't. I'm not really sure if the problem is caused by myosotis or sequoia. Did someone had problems like this before? Or can anyone help me? Best regards, Malte _______________________________________________ Myosotis mailing list [EMAIL PROTECTED] https://forge.continuent.org/mailman/listinfo/myosotis
_______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
