summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/NEWS1
-rw-r--r--perl-install/any.pm2
-rw-r--r--perl-install/install/NEWS1
3 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index bebd86451..8808bc3a0 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,6 @@
- partitioning wizard:
o allow using existing partition on all disks (#54478)
+- use UTF-8 for zh_TW (#53976)
Version 12.64 - 12 October 2009
diff --git a/perl-install/any.pm b/perl-install/any.pm
index feabbb7f0..aa601199a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1113,7 +1113,7 @@ when your installation is complete and you restart your system.")),
format => sub { $_[0] =~ /(.*\|)(.*)/ ? $1 . lang::l2name($2) : lang::l2name($_[0]) },
list => \@langs, sort => !$in->isa('interactive::gtk'), changed => sub {
#- very special cases for langs which do not like UTF-8
- $non_utf8 = $lang =~ /\bzh_TW/i if !$utf8_forced;
+ $non_utf8 = 0 if !$utf8_forced;
}, focus_out => sub { $langs->{$listval2val->($lang)} = 1 } },
{ val => \$non_utf8, type => 'bool', text => N("Old compatibility (non UTF-8) encoding"),
advanced => 1, changed => sub { $utf8_forced = 1 } },
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 8781bd986..a9c08ebda 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -3,6 +3,7 @@
o allow using existing partition on all disks (#54478)
- make sure suggests are disabled in truly minimal install
- do not attempt to configure autologin if CAT_X is not selected
+- use UTF-8 for zh_TW (#53976)
Version 12.64 - 12 October 2009