From 26de8f8240c2650fe51ccaf1f15249bbec23b724 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Feb 2006 08:39:46 +0000 Subject: enforce utf8 (since we use the (R) char) --- perl-install/help.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/help.pm b/perl-install/help.pm index 481f0969c..aa7d274f6 100644 --- a/perl-install/help.pm +++ b/perl-install/help.pm @@ -1,5 +1,6 @@ package help; use common; +use utf8; 1; -- cgit v1.2.1