diff options
-rw-r--r-- | perl-install/lang.pm | 7 |
1 files changed, 0 insertions, 7 deletions
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 { |