From a5c7e0f939a9f36c489b3dbdb12761f7c62f87fe Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 13 Sep 2009 22:38:49 +0200 Subject: [PATCH] Tell perl to setup the IO layer according to the locale settings. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is done by using "use open ':locale';" - what a mess … --- identica.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2