summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-04-09 14:48:40 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-04-09 14:48:40 +0000
commit269f8e34730aa20c32c41124fe8eca77ae04f6ab (patch)
tree0de1bbe547aa2b08214faf3f8cc5e7eb88d636db /perl-install/any.pm
parent554894b6cc14e48af4e50b04428df0cb38c5890e (diff)
downloaddrakx-backup-do-not-use-269f8e34730aa20c32c41124fe8eca77ae04f6ab.tar
drakx-backup-do-not-use-269f8e34730aa20c32c41124fe8eca77ae04f6ab.tar.gz
drakx-backup-do-not-use-269f8e34730aa20c32c41124fe8eca77ae04f6ab.tar.bz2
drakx-backup-do-not-use-269f8e34730aa20c32c41124fe8eca77ae04f6ab.tar.xz
drakx-backup-do-not-use-269f8e34730aa20c32c41124fe8eca77ae04f6ab.zip
changed ISO_8859-1 TO ISO-8859-1
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
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;