From 0b7baa75894f2371003585829deb31a43b4b6564 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 17 Sep 2003 11:42:22 +0000 Subject: treat C encoding specially when computing utf8 flag, it should not trigger utf8 set by itself --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 7ac795c2c..25d6d97c9 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -103,7 +103,7 @@ sub selectLanguage { } lang::langs_selected($o->{locale}); - log::l("selectLanguage: pack_langs ", lang::pack_langs($o->{locale}{langs})); + log::l("selectLanguage: pack_langs: ", lang::pack_langs($o->{locale}{langs}), " utf8-flag: ", to_bool($o->{locale}{utf8})); #- for auto_install compatibility with old $o->{keyboard} containing directly $o->{keyboard}{KEYBOARD} $o->{keyboard} = { KEYBOARD => $o->{keyboard} } if $o->{keyboard} && !ref($o->{keyboard}); -- cgit v1.2.1