in reply to Re^2: DBI inserting accents
in thread DBI inserting accents

try adding undef
$dbh->do('INSERT INTO test_db.test VALUES(?)', undef, $utf8_string);
poj