summaryrefslogtreecommitdiffstats
path: root/videomv.pl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-02 11:53:49 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-02 11:53:49 +0100
commit2f41bca4e8ef591f5fa5c9ee620c7aacc9409f71 (patch)
treea70932ff81e6bcc0a3da818f97959723c26f4b28 /videomv.pl
parent8aac36c6e2d16c7122eb1b18febba4b5b9374323 (diff)
cleaner way to set restore the UTF-8 flag for the output of SELECT queries
Diffstat (limited to 'videomv.pl')
-rwxr-xr-xvideomv.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/videomv.pl b/videomv.pl
index 2bc3313..dd66375 100755
--- a/videomv.pl
+++ b/videomv.pl
@@ -390,6 +390,7 @@ unless (defined $ignoredb_flag) {
}
$dbh = DBI->connect($dsn, $config{user}, $config{password})
or die "Can't connect do database";
+ $dbh->do( "SET NAMES UTF8" ) or die "Error: Can't set names to UTF-8.\n";
# Lookup for the file in the videodb database
$RES =