in reply to Handle UTF-8 with DBI
$utf8 = Encode::decode(utf8 => $utf8) unless Encode::is_utf8($utf8); [download]
Encode::_utf8_on($utf8); [download]