[Rt-commit] r2372 - in rt/branches/PLATANO-EXPERIMENTAL: . bin

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 14 02:32:28 EST 2005


Author: jesse
Date: Mon Mar 14 02:32:28 2005
New Revision: 2372

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/bin/standalone_httpd.in
Log:
 r8475 at hualien:  jesse | 2005-03-14 02:26:15 -0500
  r4697 at hualien:  jesse | 2005-02-13 23:42:05 -0500
  * Standalone HTTP Daemon now deals properly with unicode input/output
  
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/bin/standalone_httpd.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/bin/standalone_httpd.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/bin/standalone_httpd.in	Mon Mar 14 02:32:28 2005
@@ -99,6 +99,7 @@
         for ( ; accept( Remote, HTTPDaemon ); close Remote ) {
             Module::Refresh->refresh if $RT::DevelMode;
 
+            binmode *Remote, ':utf8';
             *STDIN  = *Remote;
             *STDOUT = *Remote;
 


More information about the Rt-commit mailing list