Subject UTF8 question
Author Steffen Heil
Hi

I am using Jaybird 2.1 with Firebird 2.0 and I do the following:

statement.addBatch( "INSERT INTO TEST (NAME) VALUES ('Löschen')" );

And I get "Malformed String".

Why?

Connection has:
encoding=UTF8
charSet=utf-8
Field has:
charset=UTF8
collation=UTF8

BTW: Java source is writen in utf-8.

Regards,
Steffen


[Non-text portions of this message have been removed]