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/?p=identica.pl.git;a=commitdiff_plain 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;