Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > df63247d210d64df49dc8aa3457c4205 > files > 2

perl-DJabberd-RosterStorage-SQLite-1.0.0-17.mga9.src.rpm

Index: lib/DJabberd/RosterStorage/SQLite.pm
===================================================================
--- lib/DJabberd/RosterStorage/SQLite.pm
+++ lib/DJabberd/RosterStorage/SQLite.pm	2008-09-26 11:54:55.000000000 +0200
@@ -22,6 +22,7 @@
     die "No 'Database' configured'" unless $self->{dbfile};
 
     my $dbh = DBI->connect_cached("dbi:SQLite:dbname=$self->{dbfile}","","", { RaiseError => 1, PrintError => 0, AutoCommit => 1 });
+    $dbh->{unicode} = 1;
     $self->{dbh} = $dbh;
     $self->check_install_schema;
     return $self;