Francois Gouget : winetest/build-index: Stdin and stdout don' t need UTF-8 mode.

Alexandre Julliard julliard at winehq.org
Thu Mar 23 14:09:03 CDT 2017


Module: tools
Branch: master
Commit: 09a70af3a66c75e5e896ecb8880b4df357129f92
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=09a70af3a66c75e5e896ecb8880b4df357129f92

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 23 12:55:16 2017 +0100

winetest/build-index: Stdin and stdout don't need UTF-8 mode.

Nothing is read from or written to them.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/build-index | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winetest/build-index b/winetest/build-index
index 1f0b2f5..33cc9a5 100755
--- a/winetest/build-index
+++ b/winetest/build-index
@@ -37,8 +37,6 @@ sub BEGIN
 use vars qw/$gitdir $gitweb $queuedir/;
 require "winetest.conf";
 
-binmode STDIN, ':utf8';
-binmode STDOUT, ':utf8';
 
 $ENV{GIT_DIR} = $gitdir;
 




More information about the wine-cvs mailing list