Subject | UTF8 question |
---|---|
Author | Steffen Heil |
Post date | 2006-11-20T00:09:06Z |
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]
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]