diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/notify_short/listener.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/notify_short/listener.pl b/utils/notify_short/listener.pl index 05b5afd0..5662cdb5 100644 --- a/utils/notify_short/listener.pl +++ b/utils/notify_short/listener.pl @@ -23,6 +23,7 @@ my $dbh = DBI->connect( RaiseError => 1, } ); +$dbh->{pg_enable_utf8} = 1; my $sth; |