2008-03-04 Wide character in print at ... perl UTF-8のフラグが付いた文字列をprintした場合に発生。 以下、回避方法。 print encode('utf-8', $string); または、 binmode(STDOUT, ":utf8");