Index: gnuhtml2latex/gnuhtml2latex
===================================================================
--- gnuhtml2latex.orig/gnuhtml2latex	2012-02-29 16:53:42.000000000 -0600
+++ gnuhtml2latex/gnuhtml2latex	2012-02-29 16:56:54.000000000 -0600
@@ -16,6 +16,7 @@
 
 use strict;
 use Getopt::Std;
+binmode STDOUT, ":utf8";
 
 getopts('a:bcf:gh:i:no:pst:HPS:',\%main::opts);
 unless (defined $main::opts{o}) { $main::opts{o} = '{article}' }
