From 269f8e34730aa20c32c41124fe8eca77ae04f6ab Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 9 Apr 2001 14:48:40 +0000 Subject: changed ISO_8859-1 TO ISO-8859-1 --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 001ff08aa..e9d846fee 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -796,6 +796,6 @@ sub runlevel { } } -sub to_utf8 { c::to_utf8($lang::charset || 'ISO_8859-1', $_[0]) } +sub to_utf8 { c::to_utf8($lang::charset || 'ISO-8859-1', $_[0]) } 1; -- cgit v1.2.1