From b368d96a54e8d1e4f8f37a5893385fe23bdafe13 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 19 Feb 2004 11:35:12 +0000 Subject: add utf8 key to locale config if not already present, so that auto install behave as before (pixel) --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index c7b7961cf..298c9c0e6 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -108,6 +108,7 @@ sub selectLanguage { } lang::set($o->{locale}, !$o->isa('interactive::gtk')); + add2hash_($o->{locale}, { utf8 => lang::utf8_should_be_needed($o->{locale}) }); log::l("selectLanguage: pack_langs: ", lang::pack_langs($o->{locale}{langs}), " utf8-flag: ", to_bool($o->{locale}{utf8})); -- cgit v1.2.1