summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-03 06:20:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-03 06:20:35 +0000
commit080c9d47e2f45a309149cb4636f7f57ac3eb4d39 (patch)
tree2aeb2b377e5102f174fccd07dfbd2cd48731a318 /perl-install/lang.pm
parent93d8ec027a9d12a8e58b43a9e46d707aea9d4f39 (diff)
downloaddrakx-backup-do-not-use-080c9d47e2f45a309149cb4636f7f57ac3eb4d39.tar
drakx-backup-do-not-use-080c9d47e2f45a309149cb4636f7f57ac3eb4d39.tar.gz
drakx-backup-do-not-use-080c9d47e2f45a309149cb4636f7f57ac3eb4d39.tar.bz2
drakx-backup-do-not-use-080c9d47e2f45a309149cb4636f7f57ac3eb4d39.tar.xz
drakx-backup-do-not-use-080c9d47e2f45a309149cb4636f7f57ac3eb4d39.zip
always use utf8 strings during install since our locale is always utf8
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm7
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 {