rfc1345convert: prevent output encoding warnings
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 19 Apr 2009 01:35:29 +0000 (01:35 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Apr 2009 00:01:21 +0000 (00:01 +0000)
Output is fixed code which should always be UTF-8, regardless of STDOUT
capabilities (as it's rarely shown directly).  Declare this to prevent
warnings about wide characters (or worse).


No differences found