From 6bfe5a56288000412826c500aabb76d3a2486331 Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 4 May 2007 05:13:09 +0000 Subject: UTF-8 update backpatch git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1123 4979c152-3d1c-0410-bac9-87ea11338e46 --- utils/notify_short/listener.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') 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; -- cgit v1.2.3