Pandora's DB does not default to utf8 on win32 anymore. Thanks koichiro!

Ref pandora_enterprise#3031.
This commit is contained in:
Ramon Novoa 2018-11-22 10:49:56 +01:00
parent 2480de2f9f
commit c8f94e6756
1 changed files with 0 additions and 3 deletions

View File

@ -131,9 +131,6 @@ sub db_connect ($$$$$$) {
# Enable character semantics
$dbh->{'mysql_enable_utf8'} = 1;
# Tell the server to return UTF-8 strings.
$dbh->do("SET NAMES 'utf8';") if ($^O eq 'MSWin32');
return $dbh;
}
elsif ($rdbms eq 'postgresql') {