[kde-services-devel] r506 - trunk/hotstuff/src

josef at new.kstuff.org josef at new.kstuff.org
Tue Apr 14 18:58:56 CEST 2009


Author: josef
Date: 2009-04-14 18:58:55 +0200 (Tue, 14 Apr 2009)
New Revision: 506

Modified:
   trunk/hotstuff/src/hotstuff-access
Log:
- do not break file contents by assuming any encoding for binary downloads



Modified: trunk/hotstuff/src/hotstuff-access
===================================================================
--- trunk/hotstuff/src/hotstuff-access	2009-03-26 06:51:49 UTC (rev 505)
+++ trunk/hotstuff/src/hotstuff-access	2009-04-14 16:58:55 UTC (rev 506)
@@ -4,7 +4,9 @@
 # Copyright (C) 2007 - 2009 Josef Spillner <josef at kstuff.org>
 # Published under 'GNU AGPLv3 or later' conditions
 
-binmode STDOUT, ":encoding(utf-8)";
+#binmode STDOUT, ":encoding(utf-8)";
+# FIXME: the above break binary file transmission
+binmode STDOUT;
 
 use CGI;
 use DBI;



More information about the kde-services-devel mailing list