summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-11-26 13:29:50 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-11-26 13:29:50 +0000
commit2062fc74d72f8e0151119e004d29733f49500130 (patch)
treefe10ab89cabd1b445085ab7555262dd7dc22d758 /perl-install
parent7fb97bacc5e8ab7a3790cb7eb8084c777dd9765a (diff)
downloaddrakx-2062fc74d72f8e0151119e004d29733f49500130.tar
drakx-2062fc74d72f8e0151119e004d29733f49500130.tar.gz
drakx-2062fc74d72f8e0151119e004d29733f49500130.tar.bz2
drakx-2062fc74d72f8e0151119e004d29733f49500130.tar.xz
drakx-2062fc74d72f8e0151119e004d29733f49500130.zip
changed values for console font when en_US is chosen
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/lang.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 82a3843bb..0a8620be8 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -263,9 +263,9 @@ my %charsets = (
"big5", "950", "-*-*-*-*-*-*-*-*-*-*-*-*-big5-0" ],
"gb2312" => [ undef, undef, undef,
"gb2312", "936", "-*-*-*-*-*-*-*-*-*-*-*-*-gb2312.1980-0" ],
- "C" => [ "lat1-16", undef, "iso15",
+ "C" => [ "lat0-16", undef, "iso15",
"iso8859-1", "850", sub { std("iso8859-1", @_) } ],
- "iso-8859-1" => [ "lat1-16", undef, "iso1",
+ "iso-8859-1" => [ "lat1-16", undef, "iso01",
"iso8859-1", "850", sub { std("iso8859-15", @_) } ],
"iso-8859-2" => [ "lat2-sun16", undef, "iso02",
"iso8859-2", "852", sub { std("iso8859-2", @_) } ],