Am Montag, 27. Juni 2005 12:36 schrieb Jan Kratochvil:
> > - apply utf8-patch to DBD-mysql (http://lists.mysql.com/perl/3563)
>
> Be sure to also enable this patch:
> DBI->connect(...,
> "mysql_enable_utf8"=>1,
> );
>
> ...
Thank you! This seems to have solved the problem.
In a web application, I still have some utf8 display issues, but these seem to
be limited to data that is printed via Template::Toolkit, and they do not
always occur, so I guess that the main problem is solved.
Best regards,
Birgit