=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winemaker: Output UTF-8 Makefiles.

Alexandre Julliard julliard at winehq.org
Tue Dec 4 13:48:53 CST 2012


Module: wine
Branch: master
Commit: 6541a19907bf2b0f14ad4b3dbb03a0758fd902b9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6541a19907bf2b0f14ad4b3dbb03a0758fd902b9

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Dec  3 19:46:44 2012 +0100

winemaker: Output UTF-8 Makefiles.

---

 tools/winemaker |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 4e32fc1..9c5c6a0 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -w
+use utf8;
 use strict;
 
 # Copyright 2000-2004 Francois Gouget for CodeWeavers
@@ -2387,6 +2388,7 @@ sub generate_project_files($)
     print STDERR "       $!\n";
     return;
   }
+  binmode( FILEO, ':utf8' );
 
   my $cpp_to_object;
   if (@$project_settings[$T_FLAGS] & $TF_HASCXX) {




More information about the wine-cvs mailing list