Code

Tell perl to setup the IO layer according to the locale settings.
[identica.pl.git] / identica.pl
index 35a2c3960e55793b3e9174b60312b7ccf9c933f9..987569d89a481ac467f589db48011a75d608d0be 100755 (executable)
@@ -33,6 +33,7 @@ use strict;
 use warnings;
 
 use utf8;
+use open ':locale';
 
 use Term::ANSIColor;