Thread [MySQL, Tk] Und nochmal: utf-8-kodierte Daten in Datenbank -> Tk::Text -> Datenbank
(13 answers)
Opened by pktm at 2012-02-23 15:41
ich glaube, du musst mysql_enable_utf8 als attribut übergeben, nicht im DSN.
vielleicht geht das auch im DSN, aber das habe ich noch nie ausporobiert. schau mal, ob das einen unterschied macht. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |