From 080c9d47e2f45a309149cb4636f7f57ac3eb4d39 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Sep 2004 06:20:35 +0000 Subject: always use utf8 strings during install since our locale is always utf8 --- perl-install/lang.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install/lang.pm') diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 7108436ba..efb4717a8 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1177,13 +1177,6 @@ sub load_console_font { run_program::run(if_($ENV{LD_LOADER}, $ENV{LD_LOADER}), 'consolechars', '-v', '-f', $name || 'lat0-16', if_($sfm, '-u', $sfm), if_($acm, '-m', $acm)); - - #- in console mode install, ensure we'll get translations in the right codeset - #- (charset of locales reported by the glibc are UTF-8 during install) - if ($acm) { - c::bind_textdomain_codeset('libDrakX', l2charset($locale->{lang})); - $::need_utf8_i18n = 0; - } } sub fs_options { -- cgit v1.2.1