* see http://blog.livedoor.jp/dankogai/archives/
51221731.html
* set binmode to STDOUT
* see http://blog.livedoor.jp/dankogai/archives/
51031595.html
* see also http://perl-users.jp/articles/advent-calendar/2011/casual/2
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@191
7d2118f6-f56c-43e7-95a2-
4bb3031d96e7
use strict;
use warnings;
use utf8;
-use encoding 'utf-8';
use Unicode::Normalize qw(NFC NFKC);
use strict;
use warnings;
use utf8;
-use encoding 'utf-8';
use Encode;
use strict;
use warnings;
-use encoding 'utf-8';
+use utf8;
use LWP::Simple;
+binmode STDOUT => 'encoding(utf8)';
my $file = shift @ARGV || exit;
my $list;