diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-19 13:40:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-19 13:40:59 +0000 |
commit | b72a0266385128c33334eabe173633fce9e1f362 (patch) | |
tree | 925862d2193ec4a1daa52c6854063e7500e20e0a /perl-install/install_any.pm | |
parent | 3c451111c10daade8ebb2720304fa02225a9a33f (diff) | |
download | drakx-b72a0266385128c33334eabe173633fce9e1f362.tar drakx-b72a0266385128c33334eabe173633fce9e1f362.tar.gz drakx-b72a0266385128c33334eabe173633fce9e1f362.tar.bz2 drakx-b72a0266385128c33334eabe173633fce9e1f362.tar.xz drakx-b72a0266385128c33334eabe173633fce9e1f362.zip |
- gmc instead of nautilus for non-latin1 installs
- introduce CHARSET flag and use it
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. |