diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-04 05:13:09 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-05-04 05:13:09 +0000 |
commit | 6bfe5a56288000412826c500aabb76d3a2486331 (patch) | |
tree | 84d2a3ee1049c8b07f83f409185df6605e3d2b5b /utils/notify_short | |
parent | cdc129fc7451af5140c36f2ab084a81b997296ba (diff) |
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
Diffstat (limited to 'utils/notify_short')
-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; |