Subject Re: [firebird-python] Wrong field length with connection charset UTF8
Author Uwe Grauer
Andreas Hesse wrote:
> I notice a wrong field length with connection charset UTF8.
> All field length are 4 times greater as their defined length.
> Problems appears with fixed length char fields.
> A field with defined as CHAR(1) will produce output as 'A ' with 3
> trailing blanks.
>
> Any way to fix it.
> The only workaround in the moment is not to use any fixed size char
> fields.
>
> Andreas

I see the same in flamerobin for a FB 2.04 server.
So this isn't a kinterbasdb problem.
Asking in firebird-support should give better answers.

Uwe