[Rt-commit] r2231 - in rt/branches/3.4-RELEASE: . bin
jesse at bestpractical.com
jesse at bestpractical.com
Sun Feb 13 23:43:58 EST 2005
Author: jesse
Date: Sun Feb 13 23:43:57 2005
New Revision: 2231
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/bin/standalone_httpd.in
Log:
r4697 at hualien: jesse | 2005-02-14T04:42:05.489259Z
* Standalone HTTP Daemon now deals properly with unicode input/output
Modified: rt/branches/3.4-RELEASE/bin/standalone_httpd.in
==============================================================================
--- rt/branches/3.4-RELEASE/bin/standalone_httpd.in (original)
+++ rt/branches/3.4-RELEASE/bin/standalone_httpd.in Sun Feb 13 23:43:57 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