Subject | Re: Message: buffer end before end of clumplet - clumplet too long |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-08-10T20:08:03Z |
> yes, indeed, with the value UTF-8 for the parameter charSetThe main difference to InterClient is that "charSet" requires Java
>
> info.put ("charSet", "UTF-8");
>
> the connection was established.
character set names, the "encoding" property - Firebird charsets. UTF8
is however defined in Firebird, the corresponding one in Java is UTF-8.
Please fill a bug report for Jaybird - there is some problem in name
resolution of the properties - it should not cause such exception. The
expected behavior would be an exception that the character set is unknown.
Roman