diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-29 03:00:44 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-04-29 03:00:44 +0000 |
commit | 02ece7f8642038fffd47d53e46a32efa14d636f5 (patch) | |
tree | d95ad45c8607b1aa8aacce8163086f27ce1666cd /utils | |
parent | 0b640c457af0db54ee79857ff15d81055280a5b8 (diff) |
Set database connections to utf8
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1121 4979c152-3d1c-0410-bac9-87ea11338e46
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 acbb7c91..d876b497 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; |