Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5b2d5157
Commit
5b2d5157
authored
Jun 16, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Jun 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winemaker: Use utf-8 for stdout.
parent
b5bb995e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
winemaker
tools/winemaker
+4
-2
No files found.
tools/winemaker
View file @
5b2d5157
...
...
@@ -2,7 +2,7 @@
use
utf8
;
use
strict
;
# Copyright 2000-2004 Fran
c
ois Gouget for CodeWeavers
# Copyright 2000-2004 Fran
ç
ois Gouget for CodeWeavers
# Copyright 2004 Dimitrie O. Paun
# Copyright 2009-2012 André Hentschel
#
...
...
@@ -2669,7 +2669,7 @@ $opt_no_banner=0;
sub
print_banner
()
{
print
"Winemaker $version\n"
;
print
"Copyright 2000-2004 Fran
c
ois Gouget <fgouget\@codeweavers.com> for CodeWeavers\n"
;
print
"Copyright 2000-2004 Fran
ç
ois Gouget <fgouget\@codeweavers.com> for CodeWeavers\n"
;
print
"Copyright 2004 Dimitrie O. Paun\n"
;
print
"Copyright 2009-2012 André Hentschel\n"
;
}
...
...
@@ -2693,6 +2693,8 @@ sub usage()
exit
(
2
);
}
binmode
(
STDOUT
,
":utf8"
);
target_init
(
\
@global_settings
);
foreach
(
@ARGV
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment