[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3807] branches/1.3



Revision: 3807
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3807&view=rev
Author:   einhverfr
Date:     2011-10-07 20:53:45 +0000 (Fri, 07 Oct 2011)
Log Message:
-----------
Updating Louis Moore's contributors entry
setting binmode to utf8 for old code.  This will greatly increase the number of LaTeX characters we will eventually have to escape.   http://search.cpan.org/~you/Encode-Escape-0.14/lib/Encode/Escape.pm should be of help though.  Will do that for 1.4

Modified Paths:
--------------
    branches/1.3/CONTRIBUTORS
    branches/1.3/old-handler.pl

Modified: branches/1.3/CONTRIBUTORS
===================================================================
--- branches/1.3/CONTRIBUTORS	2011-10-07 20:12:00 UTC (rev 3806)
+++ branches/1.3/CONTRIBUTORS	2011-10-07 20:53:45 UTC (rev 3807)
@@ -48,8 +48,8 @@
 John Hasler <john @ dhh.gt.org> has provided some double-entry information for
 the manual and miscellaneous documentation corrections.
 
-Louis B. Moore has provided the documentation on the command-line API and helped
-with upgrade scripts.
+Louis B. Moore <lbmlist @ hethcote.com> has provided the documentation on the 
+command-line API and helped with upgrade scripts, both for 1.2 and 1.3.
 
 Rich Walker <rw @ shadowrobot.com> has provided assistance in the dists/deb 
 documentation for Debian installations.

Modified: branches/1.3/old-handler.pl
===================================================================
--- branches/1.3/old-handler.pl	2011-10-07 20:12:00 UTC (rev 3806)
+++ branches/1.3/old-handler.pl	2011-10-07 20:53:45 UTC (rev 3807)
@@ -145,6 +145,8 @@
 
 if ( $form->{action} ) {
 
+    binmode STDOUT, ':utf8';
+    binmode STDERR, ':utf8';
     # window title bar, user info
     $form->{titlebar} =
         "LedgerSMB "

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.