Subject Wrong field length with connection charset UTF8
Author Andreas Hesse
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