From: Sebastian Harl Date: Sun, 13 Sep 2009 20:38:49 +0000 (+0200) Subject: Tell perl to setup the IO layer according to the locale settings. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;hp=2217bf2831c2af1d2607672693d463c5c60da6f3;p=identica.pl.git Tell perl to setup the IO layer according to the locale settings. This is done by using "use open ':locale';" - what a mess … --- diff --git a/identica.pl b/identica.pl index 35a2c39..987569d 100755 --- a/identica.pl +++ b/identica.pl @@ -33,6 +33,7 @@ use strict; use warnings; use utf8; +use open ':locale'; use Term::ANSIColor;