diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-13 13:20:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-13 13:20:32 +0000 |
commit | 218d541ffecc405491bd286e5801167419764ab0 (patch) | |
tree | 6b7265487bf7e7e34a05bce1490493afd025e405 /perl-install/any.pm | |
parent | f06c4fbb7cd4c1f942cbc27d1b5067572e58a39b (diff) | |
download | drakx-218d541ffecc405491bd286e5801167419764ab0.tar drakx-218d541ffecc405491bd286e5801167419764ab0.tar.gz drakx-218d541ffecc405491bd286e5801167419764ab0.tar.bz2 drakx-218d541ffecc405491bd286e5801167419764ab0.tar.xz drakx-218d541ffecc405491bd286e5801167419764ab0.zip |
changing utf8 flag on an installed OS is not supported
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 68f994407..fb30e8bf3 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -639,7 +639,7 @@ when your installation is complete and you restart your system.")), if_($using_images, image2f => sub { $name2l{$_[0]} =~ /^[a-z]/ ? ('', "langs/lang-$name2l{$_[0]}") : $_[0] }), format => sub { $_[0] =~ /(.*\|)(.*)/ ? $1.lang::l2name($2) : lang::l2name($_[0]) }, list => \@langs, sort => 0 }, - if_($o_langs_ && !$::move, if_($::isInstall, + if_($o_langs_ && !$::move, if_($::isInstall, #- changing utf8 flag on an installed OS is not supported { val => \$in->{locale}{utf8}, type => 'bool', text => N("Use Unicode by default"), advanced => 1 }), { val => \$langs->{all}, type => 'bool', text => N("All languages"), advanced => 1 }, map { |