diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index da9f376ee..2a5e591ab 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -400,6 +400,7 @@ sub setPackages { foreach (lang::langsLANGUAGE($o->{langs})) { $o->{compssUsersChoice}{qq(LOCALES"$_")} = 1; } + $o->{compssUsersChoice}{'CHARSET"' . lang::lang2charset($o->{lang}) . '"'} = 1; } else { #- this has to be done to make sure necessary files for urpmi are #- present. |