Code

Tell perl to setup the IO layer according to the locale settings. master
authorSebastian Harl <sh@tokkee.org>
Sun, 13 Sep 2009 20:38:49 +0000 (22:38 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 13 Sep 2009 20:38:49 +0000 (22:38 +0200)
This is done by using "use open ':locale';" - what a mess …

identica.pl

index 35a2c3960e55793b3e9174b60312b7ccf9c933f9..987569d89a481ac467f589db48011a75d608d0be 100755 (executable)
@@ -33,6 +33,7 @@ use strict;
 use warnings;
 
 use utf8;
+use open ':locale';
 
 use Term::ANSIColor;