[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1177] branches/1.2/LedgerSMB/Sysconfig.pm
- Subject: SF.net SVN: ledger-smb: [1177] branches/1.2/LedgerSMB/Sysconfig.pm
- From: ..hidden..
- Date: Wed, 09 May 2007 11:26:24 -0700
Revision: 1177
http://svn.sourceforge.net/ledger-smb/?rev=1177&view=rev
Author: tetragon
Date: 2007-05-09 11:26:23 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Adding missing binmode line for utf8 support
Modified Paths:
--------------
branches/1.2/LedgerSMB/Sysconfig.pm
Modified: branches/1.2/LedgerSMB/Sysconfig.pm
===================================================================
--- branches/1.2/LedgerSMB/Sysconfig.pm 2007-05-08 17:53:09 UTC (rev 1176)
+++ branches/1.2/LedgerSMB/Sysconfig.pm 2007-05-09 18:26:23 UTC (rev 1177)
@@ -8,6 +8,8 @@
use Config::Std;
use DBI qw(:sql_types);
+binmode STDOUT, ':utf8';
+
# For Win32, change $pathsep to ';';
$pathsep = ':';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.