From d3dbe9ee10fbe5a2be9709f761455a381c5d12e4 Mon Sep 17 00:00:00 2001 From: tetragon Date: Wed, 9 May 2007 18:26:23 +0000 Subject: Adding missing binmode line for utf8 support git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1177 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Sysconfig.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm index 6a78f3ac..6474dfd6 100644 --- a/LedgerSMB/Sysconfig.pm +++ b/LedgerSMB/Sysconfig.pm @@ -8,6 +8,8 @@ use LedgerSMB::Form; use Config::Std; use DBI qw(:sql_types); +binmode STDOUT, ':utf8'; + # For Win32, change $pathsep to ';'; $pathsep = ':'; -- cgit v1.2.3