From: Fredrik Tolf Date: Sun, 26 Sep 2010 14:38:01 +0000 (+0200) Subject: anndata: Use proper output coding for all modes. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=36bbb0ca135bc006aa518b239df72b47262fbff5 anndata: Use proper output coding for all modes. --- diff --git a/anndata b/anndata index fcc2a29..5a91e5a 100755 --- a/anndata +++ b/anndata @@ -3,6 +3,7 @@ use Getopt::Long; use Anime::ANN; +binmode STDOUT, ":utf8"; GetOptions(\%options, "l=s", "b=s") || exit 1; if($options{"l"}) { @@ -60,5 +61,4 @@ sub refdump } } -binmode STDOUT, ":utf8"; refdump $info;