summaryrefslogtreecommitdiff
path: root/bin2c.pl
diff options
context:
space:
mode:
authorhpa <hpa>2003-07-01 00:49:31 +0000
committerhpa <hpa>2003-07-01 00:49:31 +0000
commitb2d1b654cbe6d085737c155ce29b8cb3e04adfce (patch)
treed460d2a386bd15d1ed91f886d89fe553bc756da8 /bin2c.pl
parent375e27432bd47011d4852621f9b1a3f5a8e1789d (diff)
downloadsyslinux-b2d1b654cbe6d085737c155ce29b8cb3e04adfce.tar.gz
Try to make Perl scripts locale compliant
Diffstat (limited to 'bin2c.pl')
-rw-r--r--bin2c.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin2c.pl b/bin2c.pl
index c5498f24..103c4bf5 100644
--- a/bin2c.pl
+++ b/bin2c.pl
@@ -16,6 +16,7 @@
#
eval { use bytes; };
+eval { binmode STDIN; };
if ( $#ARGV != 0 ) {
print STDERR "Usage: $0 table_name < input_file > output_file\n";