Skip to content

Commit

Permalink
Set correct binmode in mkcasefold.pl
Browse files Browse the repository at this point in the history
This makes sure that UNIX line endings are generated when running
mkcasefold.pl on Windows.
  • Loading branch information
nwellnhof committed Nov 16, 2014
1 parent cfa702b commit cdc2706
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkcasefold.pl
@@ -1,3 +1,4 @@
binmode STDOUT;
print(" switch (c) {\n");
my $lastchar = "";
while (<STDIN>) {
Expand Down

0 comments on commit cdc2706

Please sign in to comment.