From c8f9e3aa4ffd44d4cdf750e239325a4295c509cd Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 28 Feb 2012 21:43:52 +0100 Subject: unicode, cont --- videomv.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'videomv.pl') diff --git a/videomv.pl b/videomv.pl index e4c2a14..456da76 100755 --- a/videomv.pl +++ b/videomv.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl -w -CADSL # This program is free software. It comes without any warranty, to the # extent permitted by applicable law. You can redistribute it and/or @@ -388,8 +388,6 @@ 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; - # Lookup for the file in the videodb database $RES = -- cgit v1.2.3