in print". Thanks to Colin 't Hart for the report.
use FileHandle;
use Socket;
use constant EBCDIC => "\t" ne "\011";
+use Encode qw(encode decode);
$VERSION = '10.1';
$details .= "<b>Code:</b> $error_info{$k}{sqlstate}[$i]\n";
}
$details =~ s/<br\/>$//s;
+ $info = encode('UTF-8', $info);
print $fh qq{
<dt><span class="$error_level_class">$message</span></dt>
<p>$info</p>
$code =~ s/\$\$PGBGY(A|B)\$\$//gs;
- return $code;
+ return encode('UTF-8', $code);
}
sub compute_arg_list