From: Andreas Rönnquist Date: Mon, 23 Jun 2014 08:27:57 +0000 (+0200) Subject: Make sure program output use utf-8 encoding X-Git-Tag: 0.7.12~3^2 X-Git-Url: http://git.claws-mail.org/?p=clawsker.git;a=commitdiff_plain;h=122a5dbdd46670e199b94ef91f734450316e033b Make sure program output use utf-8 encoding --- diff --git a/clawsker b/clawsker index 84bf40e..f7a64cb 100755 --- a/clawsker +++ b/clawsker @@ -11,6 +11,9 @@ # See COPYING file for license details. # See AUTHORS file for a complete list of contributors. # + +binmode STDOUT, ":encoding(utf8)"; + use strict; use utf8; use Glib qw(TRUE FALSE);