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

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 14 03:00:03 EST 2005


Author: jesse
Date: Mon Mar 14 03:00:03 2005
New Revision: 2428

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
Log:
 r8588 at hualien:  jesse | 2005-03-14 02:42:02 -0500
  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-CSS/bin/standalone_httpd.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in	Mon Mar 14 03:00:03 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